vue-cli脚手架使用-- 初学者

第一步:

安装环境:
  1. npm install webpack -g

  2. npm install vue-cli -g

  3. vue init webpack-simple

出现logo即可
vue-cli脚手架使用-- 初学者_第1张图片

4. npm install 

5. npm install vue-router vue-resource --save

6. npm run dev 

详情https://www.cnblogs.com/gaosen/p/6798563.html
转载于https://www.cnblogs.com/gaosen/p/6798563.html
收集最详细https://blog.csdn.net/wulala_hei/article/details/85000530

你可能感兴趣的:(vue)