1.1.1 • Published 6 years ago

@oncomouse/vue-cli-plugin-advanced-vuex-store v1.1.1

Weekly downloads
586
License
ISC
Repository
-
Last release
6 years ago

@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, hot reloads those modules, and uses vuex-persistedstate to persist the store's state between reloads.

Install:

vue add @oncomouse/advanced-vuex-store