From 72011da93bb818dc62035c9899143d1022b6fe33 Mon Sep 17 00:00:00 2001 From: dpyzo0o Date: Mon, 30 Dec 2019 15:00:51 +0800 Subject: [PATCH] chore(doc): update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 228c60d..1102e6d 100644 --- a/README.md +++ b/README.md @@ -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) 规范提交信息