ng-viva-ui
v3.0.6
Published
Viva Ui Kit's implementation for AngularJS
Downloads
95
Maintainers
Readme
ng-viva-ui
Viva Ui Kit's implementation for AngularJS
Installing
You can install via npm:npm i -S ng-viva-ui
Links
API Reference: vivareal.github.io/ng-viva-ui/docs/#/api
Contribute
Dependencies
CSS Guidelines
We use BEM for this project, read the guideline.
Building
First, run npm install && bower install
.
After that you can choose between these options:
- Run
npm run build
for building,npm run dev
will do the same but watching for file changes. - Run
npm run dev:unbreakable
to avoid breaks on linter errors. - Or you can run
npm run dev:unsafe
to ignore linter check.
Documentation
Run npm run docs
, a local server will be initialized.
Testing
Running npm test
will run the unit tests with karma and npm run test:continuos
will rerun the unit tests each time a file changes.