uni-app 打包H5项目
配置
uni-app 命令打包
1.启动服务
npm run serve
2.编译项目
npm run build %H5%
3.启动项目查看效果
npm run build
cd dist
cd build
cd h5
live-server --port=8099
http://127.0.0.1:8099/#/pages/appLogin/index
效果
配置
uni-app 命令打包
1.启动服务
npm run serve
2.编译项目
npm run build %H5%
3.启动项目查看效果
npm run build
cd dist
cd build
cd h5
live-server --port=8099
http://127.0.0.1:8099/#/pages/appLogin/index
效果