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

https://github.com/darkfanxing/todo-list

A basic web practice about todo-list
https://github.com/darkfanxing/todo-list

vuejs2

Last synced: 4 months ago
JSON representation

A basic web practice about todo-list

Awesome Lists containing this project

README

          

# todolist
A basic web practice about todo-list

# Usuage
## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```