https://github.com/aichbauer/store-examples-vue
https://github.com/aichbauer/store-examples-vue
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aichbauer/store-examples-vue
- Owner: aichbauer
- Created: 2021-11-11T08:21:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T08:24:42.000Z (about 4 years ago)
- Last Synced: 2025-03-04T20:40:53.466Z (11 months ago)
- Language: Vue
- Size: 136 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# store-example
## 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/).