在使用Vue-cli脚手架搭建项目之前,需要安装node.js和npm以及vue-cli。
win+R
g:
cd Webapp/vue
vue init webpack youprogectName
cd vue_05
npm run dev