An open API service indexing awesome lists of open source software.

https://github.com/do-once/starter-mp

微信小程序原生开发模板(TS+Vantweapp+Sass+分包)
https://github.com/do-once/starter-mp

wechat wechat-mini-program

Last synced: over 1 year ago
JSON representation

微信小程序原生开发模板(TS+Vantweapp+Sass+分包)

Awesome Lists containing this project

README

          

# starter-mp

- 微信小程序原生开发模板(TS+Vantweapp+Sass+分包)

- TODO
- [x] 分包
- [x] 分包目录结构 & 脚本
- [x] 分包预加载
- [x] 独立分包
- [x] 初始渲染缓存
- [x] 固定基础库版本、`render`、`componentFramework`
- [x] 引入`vant-weapp`
- [x] 引入自定义主题
- [x] 组件`tree-shaking`
- [x] 类型声明
- [x] 基础封装
- [x] `request`封装
- [x] `storage`封装
- [x] `emitter`封装
- [x] `env`获取
- [x] 文档完善
- [x] 样例编写
- [x] 底部键盘弹起延迟
- [x] 纯数据字段
- [x] 业务字段
- [x] 全局数据共享
- [x] `landing`页中转逻辑
- [x] 基础登录逻辑