https://github.com/andreiextr/vue_store
https://github.com/andreiextr/vue_store
store vue3
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreiextr/vue_store
- Owner: AndreiExtr
- Created: 2025-01-30T18:11:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-31T21:52:59.000Z (over 1 year ago)
- Last Synced: 2025-05-30T06:07:21.586Z (about 1 year ago)
- Topics: store, vue3
- Language: Vue
- Homepage: https://andreiextr.github.io/VUE_Store/
- Size: 3.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# store_test
## 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/).