vuex-map-fields

v0.1.3
Enable two-way data binding for form fields saved in a Vuex store
vue vuex two-way data binding

scripts:bundle

rollup --config --output.format umd --name vuex-map-fields --output.file dist/index.js src/index.js

scripts:minify

uglifyjs --compress --mangle --comments --output dist/index.min.js dist/index.js

scripts

npm run scripts:bundle && npm run scripts:minify

build

npm run scripts

lint

eslint --ignore-path .gitignore .

coverage

jest --coverage --maxWorkers=4

coveralls

npm run coverage && cat coverage/lcov.info | coveralls

test

jest

prepublishOnly

npm run build

Metadata

  • MIT
  • Whatever
  • Markus Oberlehner
  • released 12/29/2017

Downloads

Maintainers