feathers-vuex

v0.1.1
Implement Vuex as a Feathers Client plugin
feathers feathers-plugin

prepublish

npm run compile

publish

git push origin --tags && npm run changelog && git push origin

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

changelog

github_changelog_generator && git add CHANGELOG.md && git commit -am "Updating changelog"

compile

shx rm -rf lib/ && babel -d lib/ src/

watch

shx rm -rf lib/ && babel --watch -d lib/ src/

lint

standard src/**/*.js test/**/*.js --fix

mocha

mocha --opts mocha.opts

coverage

istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts

test

npm run lint && npm run testee

testee

testee test/index.html --browsers firefox

start

npm run compile && node example/app

Metadata

  • MIT
  • >= 4.6.0
  • Feathers contributors
  • released 4/18/2017

Downloads

Maintainers