cd 项目

1.开发

npm run web 开发过程中可以直接使用浏览器运行

npm run ios

2.打包

npm run build 会在 dist 文件夹 中生成js文件, 即可拖入ios 项目中加载

相关文章: