Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/progrape/todo
A todo application build with weui
https://github.com/progrape/todo
Last synced: about 1 month ago
JSON representation
A todo application build with weui
- Host: GitHub
- URL: https://github.com/progrape/todo
- Owner: progrape
- Created: 2016-03-22T09:34:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T11:05:40.000Z (over 8 years ago)
- Last Synced: 2024-08-03T09:10:59.688Z (4 months ago)
- Language: JavaScript
- Homepage: https://progrape.github.io/todo
- Size: 155 KB
- Stars: 52
- Watchers: 6
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - todo
README
#### 简介
todo 是一个使用 WeUI 构建的 Web App 示例。
![image](https://cloud.githubusercontent.com/assets/4652816/13949910/d212875e-f062-11e5-9b58-f891b5ada8a7.png)
https://progrape.github.io/todo
#### 目录说明
```
├── dist # 编译输出目录
├── package.json # package.json
├── src
│ ├── app.js # js 入口文件
│ ├── index.html # html 入口文件
│ ├── lib # 路由、工具等方法
│ ├── todo # 程序主要逻辑文件
└── webpack.config.js
```#### 开发
```
git clone https://github.com/progrape/todo.git
cd todo
npm install
npm start
```#### 预览
![image](https://cloud.githubusercontent.com/assets/4652816/13950253/cd231aea-f064-11e5-9b20-29353aea242e.png)
#### License
The MIT License(http://opensource.org/licenses/MIT)
请自由地享受和参与开源