Documentation page can be accessed via this link: https://superdesk.github.io/superdesk-ui-framework/dist/
To install the package via npm use
npm install --save superdesk-ui-framework
After installation, the ui-framework distributive files will be available as
import 'superdesk-ui-framework'
There are also uncompressed versions (superdesk-ui-framework.js, superdesk-ui-framework.css) and sourcemaps for all of js/css-files.
To use it in your angular-app you should add the module (modules)
angular.module('application', ['superdesk-ui'])
- Fork repo https://github.com/superdesk/superdesk-ui-framework
- Clone
git clone https://github.com/superdesk/superdesk-ui-framework
npm install
to install dependenciesgrunt server
to run server locally- Open
localhost:9100
Before pushing changes, please run grunt build
to rebuild content for example page
Runing e2e&unit
tests
grunt test