https://github.com/oncomouse/vue-cli-plugin-advanced-vuex-store
https://github.com/oncomouse/vue-cli-plugin-advanced-vuex-store
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/oncomouse/vue-cli-plugin-advanced-vuex-store
- Owner: oncomouse
- Created: 2018-06-26T22:05:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T18:39:52.000Z (about 8 years ago)
- Last Synced: 2025-01-21T15:48:38.000Z (over 1 year ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @oncomouse/vue-cli-plugin-advanced-vuex-store
**Important:** Because of some limits in vue-cli's GeneratorAPI, only use this plugin *instead of* installing Vuex. Otherwise, you will have to remove a few things from the project, but ESLint will catch them, so you should be able to see what needs deleting if you install this later.
This plugin adds a more advanced Vuex store to your vue-cli projects. Specifically, it creates a store that uses [Vuex modules](https://vuex.vuejs.org/guide/modules.html), hot reloads those modules, and uses [vuex-persistedstate](https://github.com/robinvdvleuten/vuex-persistedstate) to persist the store's state between reloads.
## Install:
```bash
vue add @oncomouse/advanced-vuex-store
```