https://github.com/egocentryk/vue-todo-manager-with-vuex-state-management
Vue Todo Manager with Vuex state management
https://github.com/egocentryk/vue-todo-manager-with-vuex-state-management
Last synced: 5 days ago
JSON representation
Vue Todo Manager with Vuex state management
- Host: GitHub
- URL: https://github.com/egocentryk/vue-todo-manager-with-vuex-state-management
- Owner: egocentryk
- Created: 2019-07-31T15:18:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:55:49.000Z (about 2 years ago)
- Last Synced: 2025-02-10T17:22:17.280Z (11 days ago)
- Language: Vue
- Size: 2.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuex-todo-manager
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).