1.0.5 • Published 7 years ago

vuex-store-generator v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago