0. Go to the official website to download and install Nodejs
1. Enter the command in CMD node-version installation succeeds if the node version number appears
2. Through the command: the CD folder name into a specific folder after the following command operation:
3.NPM install-g VUE-CLI Global installation of VUE-CLI scaffolding
4.vue init webpack Project initialization projects
Here are some options for working on the picture
5.CD project into the desired Project project folder
5.NPM Install installation Project Dependency package
6. A simple Vue project has been built,
By command: NPM run Dev launches the localhost test server in the project folder automatically to the browser display content
7. If you need to generate a live project directory dist (deployment) is packaged with this command: NPM Run Build
Vue-cli+webpack Building a simple Vue project framework