小说小程序前端代码仓库(小程序)
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.

8 lines
372 B

  1. ## 项目规则
  2. 1、将列表以及列表中的元素封装成组件,并使用组件的方式来组织项目。使他可以复用
  3. 2、项目中使用到的功能优先去查看uni_modules里面的组件列表,若没有则自己封装。
  4. ### 项目结构
  5. - components 放主包组件
  6. - pages 只放主页面
  7. - pages_order 放其他页面
  8. - components 放分包组件