Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahmudunnabikajal/vue_todo
Vue Todo CRUD in localStorage
https://github.com/mahmudunnabikajal/vue_todo
crud localstorage localstorage-crud vue vuejs vuex
Last synced: 11 days ago
JSON representation
Vue Todo CRUD in localStorage
- Host: GitHub
- URL: https://github.com/mahmudunnabikajal/vue_todo
- Owner: mahmudunnabikajal
- Created: 2022-11-19T11:30:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-22T09:21:29.000Z (about 1 year ago)
- Last Synced: 2023-10-22T10:39:10.010Z (about 1 year ago)
- Topics: crud, localstorage, localstorage-crud, vue, vuejs, vuex
- Language: Vue
- Homepage: https://vuetodo-mnk.netlify.app/
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue_todo
## 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/).