标签:http 项目启动 rgb 需要 选择 pack rgba dev style
1.安装Node.js(省略)
2.安装vue
npm install vue
3.全局安装vue-cli脚手架
npm install -g vue-cli
4.创建vue项目(过程根据实际需要填写或选择,也可一路默认)
vue init webpack front
5.启动项目
npm run dev
6.查看结果,项目启动后,符合cmd最后输出地址
http://localhost:8080
标签:http 项目启动 rgb 需要 选择 pack rgba dev style
原文地址:https://www.cnblogs.com/zoulang/p/14191896.html