Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T10:46:58.000Z (about 6 years ago)
- Last Synced: 2024-08-02T19:33:00.345Z (4 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)
![image](https://user-images.githubusercontent.com/7613160/48965819-6b423480-efff-11e8-99c8-761470c76670.png)
## Usage
```
yarn # install dependencies
yarn dev:weapp # wechat app
yarn dev:h5 # web app
```