vue环境安装
安装vue-cli
npm install -g vue-cli
查看版本
vue -V 2.8.2
创建示例项目
vue init webpack-simple demo
一路回车,默认选项
cd demo npm install npm run dev
自动打开浏览器
https://localhost:8080/
安装vue-cli
npm install -g vue-cli
查看版本
vue -V 2.8.2
创建示例项目
vue init webpack-simple demo
一路回车,默认选项
cd demo npm install npm run dev
自动打开浏览器
https://localhost:8080/