https://github.com/chiraag-kakar/vue3-vuex
A vue3-vuex boilerplate based on flux architecture
https://github.com/chiraag-kakar/vue3-vuex
boilerplate flux-architecture vue3
Last synced: 18 days ago
JSON representation
A vue3-vuex boilerplate based on flux architecture
- Host: GitHub
- URL: https://github.com/chiraag-kakar/vue3-vuex
- Owner: chiraag-kakar
- Created: 2022-10-02T18:22:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T18:24:23.000Z (over 2 years ago)
- Last Synced: 2025-02-09T19:43:20.543Z (2 months ago)
- Topics: boilerplate, flux-architecture, vue3
- Language: JavaScript
- Homepage:
- Size: 307 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-vuex-project
## 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/).