An open API service indexing awesome lists of open source software.

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

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/).