1.0.5 • Published 6 years ago

vuex-store-generator v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago