vue_ts_large_rem/README.md

17 lines
570 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vue-pinia看板rem布局
欢迎使用bunny-cli。
这个项目模板只涉及rem不涉及其它内容。
## 注意事项
### 打包成apk
1. 如果需要打包成apk要将路由改为hash路由
2. 打包成apk将公共路径改为`./`
3. 打包成apk需要考虑跨域跨域由于打包时没有NGINX做代理所以无法完成只能后端做跨域否则接口访问不到。
4. 要设置APPID因为HBuilderX必须要获取。
### docker配置
默认配置中已经集成了NGINX和dockfile文件后面自动化部署等直接用即可