generator-jhipster-vuejs

v0.0.4
A Vue.js blueprint for JHipster. It will use Vue.js as the frontend library
yeoman-generator jhipster-blueprint jhipster-5

lint

eslint .

lint-fix

npm run lint -- --fix

pretest

npm run lint

test

npm run test:unit -- test/*.spec.js

test:unit

mocha --timeout 20000 --slow 0 --reporter spec

jsdoc

jsdoc --configure jsdoc-conf.json

release

git push && git push --tags && npm publish

release:patch

npm version patch -a -m "Update to %s" && npm run release

release:minor

npm version minor -a -m "Update to %s" && npm run release

release:major

npm version major -a -m "Update to %s" && npm run release

Metadata

Downloads