https://github.com/kartiksarwan2017/vue-with-vuex
https://github.com/kartiksarwan2017/vue-with-vuex
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kartiksarwan2017/vue-with-vuex
- Owner: kartiksarwan2017
- Created: 2024-02-22T04:42:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T05:29:24.000Z (over 1 year ago)
- Last Synced: 2025-01-04T10:35:10.261Z (5 months ago)
- Language: Vue
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-with-vuex
## 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/).