feathers-vuex

v1.7.0-pre.8
FeathersJS, Vue, and Nuxt for the artisan developer
feathers feathers-plugin

prepare

npm run compile

prepublish

npm run compile

publish

git push origin --tags && 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 --fix

coverage

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

test

npm run lint && npm run test-node && npm run testee

test-node

mocha --opts mocha.opts

testee

testee test/index.html --browsers firefox

start

npm run compile && node example/app

Metadata

  • MIT
  • >= 4.6.0
  • Marshall Thompson
  • released 10/10/2018

Downloads