vuex-connect

v1.1.0
A binding utility for a Vue component and a Vuex store.
vue vuex helper flux binding container

prepublish

npm run release

clean

rm -rf dist .tmp

build

cross-env NODE_ENV=production node scripts/build.js

build:test

webpack --config scripts/webpack.config.test.js

watch:test

webpack -w --config scripts/webpack.config.test.js

lint

eslint --fix "@(src|test|scripts)/**/*.js"

testem

testem

testem:ci

testem ci --launch PhantomJS

test

run-p watch:test testem

test:ci

run-s build:test testem:ci

release

run-s lint test:ci clean build

Metadata

  • MIT
  • Whatever
  • katashin
  • released 9/5/2016

Downloads

Maintainers