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