https://github.com/ilham89/todo-list-vuex
https://github.com/ilham89/todo-list-vuex
bootstrap5 state-management vuejs2 vuex3
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilham89/todo-list-vuex
- Owner: ilham89
- Created: 2022-04-17T09:59:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T10:00:16.000Z (over 4 years ago)
- Last Synced: 2025-01-14T10:57:29.494Z (over 1 year ago)
- Topics: bootstrap5, state-management, vuejs2, vuex3
- Language: Vue
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todolist-vuex
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).