Vue quickly erected scaffolding

1. to node official website to download win32 / 64bit installation of node
2. Test node with wood have successfully installed: at the command line input node -v view node version View npm npm -v version if you can look to the installation is successful
3. global installed vue-cli scaffolding
3.1 npm install -g @ VUE / cli
3.2 VUE the init WebPACK vue-demo
3.3 eslint go all the way round and test environment for testing NO
3.4 cd vue-demo enter vue-demo project
3.5 npm install installation vue dependence
3.6 npm run dev project start

Guess you like

Origin www.cnblogs.com/KapMa/p/11118929.html