vue-ninja
v2.0.0
Published
CLI for the exercises of "Become a ninja with Vue"
Downloads
151
Readme
vue-ninja
Node module used to compute and submit score to vue-exercises.ninja-squad.com
Build
Run:
npm run buildLint:
npm run lintTest:
npm run test testsIntegration test (builds a CLI app and test it with the local vue-ninja build):
npm run test integrationTest locally
To use the current dev version in ponyracer:
rm -rf dist
npm run build
npm linkThen in ponyracer:
npm link vue-ninja
npm run vue-ninjaRelease
git fetch
git checkout master
git reset --hard origin/master
rm -rf dist
npm run build
npm version patch
git push --tags
npm publish