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

https://github.com/softdev629/vue-todo-app

Simple Vue To-do App Tutorial Follow
https://github.com/softdev629/vue-todo-app

study todoapp typescript vue vuerouter vuex4

Last synced: about 1 year ago
JSON representation

Simple Vue To-do App Tutorial Follow

Awesome Lists containing this project

README

          

# todo-app

## 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
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).