Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhaozhiming/wechat-todolist
微信小程序Demo
https://github.com/zhaozhiming/wechat-todolist
Last synced: 5 days ago
JSON representation
微信小程序Demo
- Host: GitHub
- URL: https://github.com/zhaozhiming/wechat-todolist
- Owner: zhaozhiming
- License: mit
- Created: 2016-09-27T14:48:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T07:31:13.000Z (over 2 years ago)
- Last Synced: 2024-08-03T02:02:50.421Z (3 months ago)
- Language: JavaScript
- Size: 2.54 MB
- Stars: 15
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 微信小程序之练手小玩意儿——Todo List
## 运行效果
![preview](preview.gif)
## 使用方法
* 下载工程
```
git clone https://github.com/zhaozhiming/wechat-todolist.git
```
* 启动服务端
```
npm install -g json-server
cd wechat-todolist
json-server server/todo.json
```
* 微信开发者工具加载项目
* 运行小程序