vuex-store-generator

1.0.5 • Public • Published

Vuex Store Generator

An npm module to easily create a vuex store file, including getters, actions, types, and mutations from a JSON file.

Pass in a JSON file as a command line input, and the output will be placed in your current working directory as store.js

An example state.json file can be found in the example directory

installation

npm i -g vuex-store-generator

or

npx vuex-store-generator -f ./store.json

usage

vuex-gen -f ./store.json

license

MIT

Package Sidebar

Install

npm i vuex-store-generator

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

4.18 kB

Total Files

4

Last publish

Collaborators

  • joelwass