Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ng-viva-ui

VivaReal50MIT3.0.6

Viva Ui Kit's implementation for AngularJS

viva, ui, kit, angular, ng

readme

ng-viva-ui

Viva Ui Kit's implementation for AngularJS

JavaScript Style Guide

Installing

You can install via npm:
npm i -S ng-viva-ui

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.