@artesa/feathers-vuex

v6.0.2
FeathersJS, Vue, and Nuxt for the artisan developer
vue feathers feathers-plugin

prepublish

npm run compile

publish

git push origin --tags && git push origin

release:pre

npm run compile && npm version prerelease && npm publish --tag pre --access public

release:patch

npm run compile && npm version patch && npm publish --access public

release:minor

npm run compile && npm version minor && npm publish --access public

release:major

npm run compile && npm version major && npm publish --access public

changelog

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

compile

shx rm -rf lib/ && tsc

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

cross-env TS_NODE_PROJECT='tsconfig.test.json' mocha --require ts-node/register 'test/**/*.test.ts'

testee

testee test/index.html --browsers firefox

start

npm run compile && node example/app

docs

vuepress dev docs

docs:build

vuepress build docs
npm i @artesa/[email protected]

Metadata

  • MIT
  • >= 4.6.0
  • Feathers Contributors
  • released 10/6/2022

Downloads