天波h5前端应用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.7KB

2 yıl önce
2 yıl önce
2 yıl önce
2 yıl önce
2 yıl önce
2 yıl önce
2 yıl önce
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!--
  2. * @Date: 2022-01-19 10:08:58
  3. * @LastEditors: JinxChen
  4. * @LastEditTime: 2022-02-25 17:55:22
  5. * @FilePath: \AntpayFrontEnd\README.md
  6. * @description: readme说明文档
  7. -->
  8. # alipay-scan-code-front-end
  9. ## 项目说明
  10. ## 这是一个通过支付宝二维码进入的h5
  11. ## 项目依赖安装
  12. ```
  13. npm install
  14. ```
  15. ### 项目运行
  16. ```
  17. npm run dev
  18. ```
  19. ### 项目打包
  20. ```
  21. npm run build
  22. ```
  23. ### 项目代码编写规范(暂时想到这些,后面根据项目情况补充说明)
  24. - css类名: 小写驼峰 中间用 - 隔开
  25. - js函数方法: 开头小写后面开头大写驼峰
  26. - .vue 文件命名: 统一大写驼峰
  27. - 常量命名: 全部大写 以_拼接, 具体例子见: /src/config/models下的文件
  28. ### git 提交规范
  29. - feature 新增一个功能
  30. - bugfix 修复一个
  31. - Bugdocs 文档变更
  32. - style 代码格式(不影响功能,例如空格、分号等格式修正)
  33. - refactor 代码重构
  34. - perf 改善性能
  35. - test 测试
  36. - build 变更项目构建或外部依赖(例如 scopes: webpack、gulp、npm 等)
  37. - ci 更改持续集成软件的配置文件和 package 中的 scripts 命令,例如 scopes: Travis, Circle 等
  38. - chore 变更构建流程或辅助工具
  39. - revert 代码回退
  40. ### 版本控制以及版本迭代说明
  41. ### v1.0.0
  42. `2022.02.23`
  43. build
  44. - 初版发布
  45. - 完成 项目搭建
  46. - 完成 项目迁移 从documentFrontEndWeb 到 AlipayFrontendWeb
  47. - 增加 docker部署脚本
  48. - 增加 环境设置脚本
  49. - 增加 nginx.conf文件
  50. fix
  51. - 修复 路由history模式原因引起的页面空白的问题
  52. ### v1.0.1
  53. `2022.02.25`
  54. feature
  55. - 增加 非支付宝浏览环境下扫码切换支付宝弹窗提示
  56. - 增加 android和ios设备支付宝下载链接
  57. - 增加 android设备复制粘贴下载链接功能