https://github.com/mustafadalga/vuex-on-large-projects
How to structure vuex on large project
https://github.com/mustafadalga/vuex-on-large-projects
large-projects vue vue-js vue3 vuejs vuex vuex-demo vuex-modules vuex-store vuex3 vuex4
Last synced: 3 months ago
JSON representation
How to structure vuex on large project
- Host: GitHub
- URL: https://github.com/mustafadalga/vuex-on-large-projects
- Owner: mustafadalga
- Created: 2021-10-31T13:03:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-20T13:40:54.000Z (over 3 years ago)
- Last Synced: 2025-01-18T08:32:03.044Z (4 months ago)
- Topics: large-projects, vue, vue-js, vue3, vuejs, vuex, vuex-demo, vuex-modules, vuex-store, vuex3, vuex4
- Language: Vue
- Homepage: https://vuex-on-large-projects.netlify.app/
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuex On Large Projects
* Blog post : https://insight.heybooster.ai/vuex-on-large-projects-how-to-structure-it/
* Demo :https://vuex-on-large-projects.netlify.app/## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).