https://github.com/cuadros-code/vue-vuex
https://github.com/cuadros-code/vue-vuex
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cuadros-code/vue-vuex
- Owner: cuadros-code
- Created: 2022-09-18T17:31:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T01:28:03.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T02:49:44.197Z (over 3 years ago)
- Language: JavaScript
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 06-bases-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/).