https://github.com/igeligel/vuex-simple-structure
:chart_with_upwards_trend: A repository showcasing a simple Vuex store inside a Vue.js application based on Large-scale Vuex application structures @3yourmind
https://github.com/igeligel/vuex-simple-structure
blogpost large-scale simple vue vue2 vuejs2 vuex
Last synced: 3 months ago
JSON representation
:chart_with_upwards_trend: A repository showcasing a simple Vuex store inside a Vue.js application based on Large-scale Vuex application structures @3yourmind
- Host: GitHub
- URL: https://github.com/igeligel/vuex-simple-structure
- Owner: igeligel
- License: mit
- Created: 2017-10-22T11:39:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T20:27:45.000Z (about 8 years ago)
- Last Synced: 2025-05-15T04:33:22.575Z (about 1 year ago)
- Topics: blogpost, large-scale, simple, vue, vue2, vuejs2, vuex
- Language: JavaScript
- Homepage: https://vuex-simple-structure.netlify.com
- Size: 178 KB
- Stars: 87
- Watchers: 6
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# vuex-simple-structure by igeligel
> A Vue.js/Vuex project showcasing a simple store structure. This project was
> created in cooperation with [3yourmind](https://github.com/3YOURMIND).
## Showcase/Architecture
Simple store structure containing just one main store and several module files.
diagram

file structure
## Dependencies
npm dependencies
| Dependency | Version |
| ---------- | ------- |
| vue | ^2.5.2 |
| vue-router | ^3.0.1 |
| vuex | ^3.0.0 |
## Installation
The installation process is split into two sections for
[development](#development) and [production](#production) use. You can find a
production version of this site live at
[vuex-simple-structure.netlify.com](https://vuex-simple-structure.netlify.com/).
### Development
instructions
#### Using npm
```shell
npm install
npm run dev
```
#### Using yarn
```shell
yarn install
yarn run dev
```
### Production
instructions
#### Using npm
```shell
npm install
npm run build
```
#### Using yarn
```shell
yarn install
yarn run build
```
## Examples
* [vuejs/vuex - shopping cart example](https://github.com/vuejs/vuex/tree/dev/examples/shopping-cart)
* [igeligel/vuex-simple-structure](https://github.com/igeligel/vuex-simple-structure)
## Contact
## Contributors
Contributions: 20
## License
_vuex-simple-structure_ is realeased under the [MIT License](/License.md).