-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dpyzo0o
committed
Dec 30, 2019
1 parent
fa87ccd
commit 72011da
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
## Taro-Toolkit | ||
|
||
Taro + Redux + Typescript 快速开发模版 | ||
|
||
### 特性 | ||
|
||
[x] - 使用 [redux-toolkit](https://github.com/reduxjs/redux-toolkit) 简化 redux 模版代码书写, 更好的 typescript 支持 | ||
[x] - 封装常用 hook, 抽离常用逻辑代码 | ||
[x] - 本地 mock 数据, 快速进行前后端分离开发 | ||
[x] - 基于 [conventional-commits](https://conventionalcommits.org) 规范提交信息 |