作者:qq_37331119 字体:[增加 减小] 来源:互联网 时间:2017-09-27
npm install -g vue-cli
vue init webpack test01 或者 vue init webpack-simple test01
cd test01
npm install
npm run dev