angular.module('App', [ 'ui.cdm' ])
1- Install the dependecies:
npm install
2- To start the webpack-dev-server:
npm run dev
All scripts are run with npm run [script]
, for example: npm run dev
.
-
release
- release css & js, checkrelease
directory -
dev
- start development server, try it by openinghttp://localhost:8080
-
dev:umd
- start development server, but css & js assets are fromrelease
directory -
build
- create example build, checkbuild
directory -
lint
- lint code (with ESLint)