An open API service indexing awesome lists of open source software.

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.

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)