You can create a project by using the following command:
vue init webpack myproject
To run your project, run the following command:
After executing the above command, copy index.html and /dist/ folder into your website root directory, and your project will be deployed.