vuex-simple-structure
                                
                                 vuex-simple-structure copied to clipboard
                                
                                    vuex-simple-structure copied to clipboard
                            
                            
                            
                        :chart_with_upwards_trend: A repository showcasing a simple Vuex store inside a Vue.js application based on Large-scale Vuex application structures @3yourmind
vuex-simple-structure by igeligel
A Vue.js/Vuex project showcasing a simple store structure. This project was created in cooperation with 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 and production use. You can find a production version of this site live at vuex-simple-structure.netlify.com.
Development
instructions
Using npm
npm install
npm run dev
Using yarn
yarn install
yarn run dev
Production
instructions
Using npm
npm install
npm run build
Using yarn
yarn install
yarn run build
Examples
Contact
Contributors
| igeligel Contributions: 20 | 
|---|
License
vuex-simple-structure is realeased under the MIT License.