文章目录
- 55.编码测试与打包发布项目
- 本人其他相关文章链接
55.编码测试与打包发布项目
编码测试
npm run serve
访问: http://localhost:8080
编码, 自动编译打包(HMR), 查看效果
打包发布
npm run build
npm install -g serve
serve dist -p 5000
访问: http://localhost:5000
微信扫一扫
编码测试
npm run serve
访问: http://localhost:8080
编码, 自动编译打包(HMR), 查看效果
打包发布
npm run build
npm install -g serve
serve dist -p 5000
访问: http://localhost:5000
相关推荐