vue-ninja

0.6.0 • Public • Published

vue-ninja

Node module used to compute and submit score to vue-exercises.ninja-squad.com

Build

Run:

npm run build

Lint:

npm run lint

Test:

npm run test tests

Integration test (builds a CLI app and test it with the local vue-ninja build):

npm run test integration

Test locally

To use the current dev version in ponyracer:

rm -rf dist
npm run build
npm link

Then in ponyracer:

npm link vue-ninja
npm run vue-ninja

Release

git fetch
git checkout master
git reset --hard origin/master
rm -rf dist
npm run build
npm version patch
git push --tags
npm publish

Readme

Keywords

none

Package Sidebar

Install

npm i vue-ninja

Weekly Downloads

34

Version

0.6.0

License

ISC

Unpacked Size

11.1 kB

Total Files

3

Last publish

Collaborators

  • ninjasquad