@lucca-ui/ng
v4.0.0-alpha.1
Published
* Checkout * Go to the `ng2` folder * Install dependancies : ``` $ npm install ``` * You will need a copy of `lucca-icons` in `node_modules` (the folder in `ng2`) * Use bower or download it from Github * Build `ng2-select` : * Go t
Readme
Prerequisites
- Checkout
- Go to the
ng2folder - Install dependancies :
$ npm install - You will need a copy of
lucca-iconsinnode_modules(the folder inng2)- Use bower or download it from Github
- Build
ng2-select:- Go to
ng2/node_modules/ng2-select - Install node dependancies :
$ npm install- Install typings :
$ typings install - Go to
- Create LUI Website on IIS :
- Binding :
localhoston port8080 - Source :
<lucca-ui path>/ng2/demo_dist
- Binding :
Src & dev workspace for lucca ui ng2 migration
- Write your sources and specs inside /src.
- Plug your component in /demo app, to see it live.
To develop:
$ npm run watchThen go to http://localhost:8080/.
To test:
$ npm testAll other commands are visible inside the packages.json.
