四零语境前端代码仓库
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.

6 lines
409 B

1 month ago
  1. 1,优先使用uvUI
  2. 2,优先使用uni.scss文件的SCSS变量$primary-color和其他三个还有动画变量
  3. 3,图片在/static
  4. 4,电脑系统配置Window 11,项目使用uniapp+Vue2
  5. 5,阿里云上传工具封装在@utils/oss-upload,api相关封装在@api,后台动态配置参数的获取 封装在@stores/index
  6. 6.动态数据放到data中,静态数据放到computed中
  7. 7.优先考虑H5环境