aurum-ui
v0.5.0
Published
aurumUI components
Readme
aurum-ui
Aurum's components library.
Dependencies
- Angular 1.6+
Install
# install package with Yarn
$ yarn add aurum-uiWhat's included
aurum-ui/
├── aurum-ui.min.js
└── css/
└── aurum-ui.min.cssGet started to documentation
Developing
Installing
clonethis repoyarnto install all dependencies
After you have installed all dependencies you can now run the app with:
yarn startIt will start a local server using webpack-dev-server which will watch, build (in-memory), and reload for you. The port will be displayed to you as http://localhost:8080.
Build files
- single run:
yarn run build - build files and watch:
yarn start
Testing
1. Unit Tests
- single run:
yarn test - live mode (TDD style):
yarn run test-watch
