ng-viva-ui
v3.0.6
Published
Viva Ui Kit's implementation for AngularJS
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 buildfor building,npm run devwill do the same but watching for file changes. - Run
npm run dev:unbreakableto avoid breaks on linter errors. - Or you can run
npm run dev:unsafeto 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.
