vue-cli脚手架:(vue.js+node.js/Express+Webpack)
npm install vue-cli -g
vue(.cmd) init webpack my-product
cd my-product
npm i
npm start(npm run dev)