Popularity
0.3
Stable
Activity
0.0
Stable
3
1
1

Programming language: JavaScript
Tags: Testing Frameworks     CLI     Store     vue     Vuex    
Latest version: v0.1.1

Vuex module generator alternatives and similar libraries

Based on the "Testing Frameworks" category.
Alternatively, view Vuex module generator alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Vuex module generator or a related project?

Add another 'Testing Frameworks' Library

README

Vuex module generator

vue-cli 3 plugin to generate Vuex store modules

Usage

  • Install via vue-cli
$ vue add vue-cli-plugin-vuex-module-generator
  • Invoke to generate a new module:
$ vue invoke vue-cli-plugin-vuex-module-generator
? Where's your store's root directory? ./src/store
? What's your new module's name? foo