npm install vue-cli -g
vue init webpack my-vue
cd my-vue
npm install
npm run dev
vue脚手架搭建项目
原文:https://www.cnblogs.com/lk6951/p/9008385.html