cdm-ui
v1.4.10
Published
CDM UI library
Readme
CDM - UI - Library
Usage
angular.module('App', [ 'ui.cdm' ])Getting started
1- Install the dependecies:
npm install2- To start the webpack-dev-server:
npm run devScripts
All scripts are run with npm run [script], for example: npm run dev.
release- release css & js, checkreleasedirectorydev- start development server, try it by openinghttp://localhost:8080dev:umd- start development server, but css & js assets are fromreleasedirectorybuild- create example build, checkbuilddirectorylint- lint code (with ESLint)
