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

https://github.com/tyn-tian/todo-apps

This is my first project using Vue.js with Vuex state management. This project represents one of the ways I apply the Vue.js skills I've learned online.
https://github.com/tyn-tian/todo-apps

firebase-hosting frontend-web-development local-storage vuejs vuex

Last synced: 4 months ago
JSON representation

This is my first project using Vue.js with Vuex state management. This project represents one of the ways I apply the Vue.js skills I've learned online.

Awesome Lists containing this project

README

        

# todo-apps

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

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

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

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