yiqing95 / vuex-feature-scoped-structure

:chart_with_upwards_trend: Feature scoped Vuex modules to have a better organization of business logic code inside Vuex modules based on Large-scale Vuex application structures @3yourmind

Home Page:https://vuex-feature-scoped-structure.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuex-feature-scoped-structure by igeligel

A Vue.js/Vuex project showcasing a complex but scalable store structure. This project was created in cooperation with 3yourmind.

badge of license badge of pull request welcome badge of hiring advertisement of 3yourmind badge of github star

Showcase/Architecture

A feature scoped, but still namespaced store structure. index.vue is the container of the module.

diagram

structure of the store system

file structure structure of the store system in visual studio code

Dependencies

npm dependencies
Dependency Version
vue ^2.5.13
vue-router ^3.0.1
vuex ^3.0.1

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-feature-scoped-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

Twitter of Kevin Peters

Contributors


igeligel

Contributions: 22

License

vuex-feature-scoped-structure is realeased under the MIT License.

About

:chart_with_upwards_trend: Feature scoped Vuex modules to have a better organization of business logic code inside Vuex modules based on Large-scale Vuex application structures @3yourmind

https://vuex-feature-scoped-structure.netlify.com/

License:MIT License


Languages

Language:JavaScript 83.7%Language:Vue 15.4%Language:HTML 0.8%