callpage-vuetils
v1.0.28
Published
Set of utilities for CallPage projects using Vue.js
Downloads
8
Maintainers
Readme
CallPage Vuetils
This is a set of modules and classes shared between CallPage microservices.
Tests (Command Line)
To run callpage-vuetils
unit tests just type:
npm test
It will stay in watch mode, and whenever you edit test files or source files, the tests will run again, automatically.
Tests (PhpStorm/WebStorm)
Before you run tests from IDE, you must go to Settings, Plugins and install Karma plugin.
- Go to any file (like StringsTest.js)
- Right click
- From context menu choose "Run StringsTest.js"
If you want to run all tests:
- Right click on karma.conf.js
- From context menu choose "Run karma.conf.js"
Usage in project
You can add callpage-vuetils
to CallPage microservice by installing it via Node Package Manager:
$ npm install callpage-vuetils