Apr 20, 2018vue.js点击
下载项目:
进入到需要下载vue的文件夹中
vue init webpack MyPrj(打包)
进入目录,安装依赖,cd MyPrj,npm install
运行项目npm run dev