文章目录
- 55.编码测试与打包发布项目
- 本人其他相关文章链接
55.编码测试与打包发布项目
编码测试
npm run serve
访问: http://localhost:8080
编码, 自动编译打包(HMR), 查看效果
打包发布
npm run build
npm install -g serve
serve dist -p 5000
访问: http://localhost:5000
vue尚品汇商城项目-day07【55.编码测试与打包发布项目】
阅读 50
2023-04-08
编码测试
npm run serve
访问: http://localhost:8080
编码, 自动编译打包(HMR), 查看效果
打包发布
npm run build
npm install -g serve
serve dist -p 5000
访问: http://localhost:5000
相关推荐
精彩评论(0)