https://github.com/explooosion/vue-todolist-example
Build a todolist with vue 2.0.
https://github.com/explooosion/vue-todolist-example
example todolist vue vue2
Last synced: 9 months ago
JSON representation
Build a todolist with vue 2.0.
- Host: GitHub
- URL: https://github.com/explooosion/vue-todolist-example
- Owner: explooosion
- Created: 2018-11-10T04:03:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T04:20:42.000Z (about 7 years ago)
- Last Synced: 2025-03-31T05:23:20.322Z (10 months ago)
- Topics: example, todolist, vue, vue2
- Language: Vue
- Homepage: https://robby570.tw/vue-todolist-example/
- Size: 265 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Todolist Example
This is a todolist example build with vue (2.0).
## Components
- TodoList
- TodoItem
- CreateTodo
## Project setup
```sh
yarn install
```
### Compiles and hot-reloads for development
```sh
yarn run serve
```
### Compiles and minifies for production
```sh
yarn run build
```
### Run your tests
```sh
yarn run test
```
### Lints and fixes files
```sh
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## Reference
[Build a To-Do App with Vue.js 2](https://scotch.io/tutorials/build-a-to-do-app-with-vue-js-2) by [Jeremy Kithome](https://scotch.io/@Jerekith)
## License
[MIT](http://opensource.org/licenses/MIT)