https://github.com/qwIvan/taro-demo-todolist
A simple todo list demo written by taro, taro-ui, rematch
https://github.com/qwIvan/taro-demo-todolist
Last synced: 9 days ago
JSON representation
A simple todo list demo written by taro, taro-ui, rematch
- Host: GitHub
- URL: https://github.com/qwIvan/taro-demo-todolist
- Owner: qwIvan
- Created: 2018-11-22T08:23:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T10:46:58.000Z (over 6 years ago)
- Last Synced: 2024-08-02T19:33:00.345Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 178 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-taro - Taro-UI + Rematch 示例
README
# A simple todo list demo written by [taro](https://taro.js.org/), [taro-ui](https://taro-ui.aotu.io/), [rematch](https://rematch.gitbooks.io/rematch)

## Usage
```
yarn # install dependencies
yarn dev:weapp # wechat app
yarn dev:h5 # web app
```