Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kogrms/todo_vue-2
Basic Todo app on Vue 2, Vue Router and Vuex with JSONPlaceholder data and saving it in localStorage
https://github.com/kogrms/todo_vue-2
localstorage vue-router vuejs vuejs2 vuex
Last synced: 2 days ago
JSON representation
Basic Todo app on Vue 2, Vue Router and Vuex with JSONPlaceholder data and saving it in localStorage
- Host: GitHub
- URL: https://github.com/kogrms/todo_vue-2
- Owner: kogrms
- Created: 2022-11-22T11:18:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T15:59:35.000Z (12 months ago)
- Last Synced: 2023-11-23T16:45:33.279Z (12 months ago)
- Topics: localstorage, vue-router, vuejs, vuejs2, vuex
- Language: Vue
- Homepage:
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-vue.md
Awesome Lists containing this project
README
# todo_vue-2
## 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/).