ops部署流程
- 进入src/main/webapp/master目录
- 命令行执行
npm install安装node模块
下载速度慢则安装淘宝cnpm,执行
npm install -g cnpm --registry=https://registry.npm.taobao.org,再执行cnpm install
- 执行
bower install安装依赖
有时可能因为下载速度过慢error,需要挂vpn
- 执行
gulp serve自动编译、注入、连接到localhost:3000
npm install 安装node模块下载速度慢则安装淘宝cnpm,执行
npm install -g cnpm --registry=https://registry.npm.taobao.org,再执行cnpm install
bower install安装依赖有时可能因为下载速度过慢error,需要挂vpn
gulp serve自动编译、注入、连接到localhost:3000本文标题:readme
本文链接:https://www.haomeiwen.com/subject/eprbsttx.html
网友评论