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+分包)
- Host: GitHub
- URL: https://github.com/do-once/starter-mp
- Owner: do-once
- License: mit
- Created: 2024-07-24T13:44:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T14:25:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T13:44:34.357Z (over 1 year ago)
- Topics: wechat, wechat-mini-program
- Language: TypeScript
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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] 基础登录逻辑