Skip to content

metadevpro/lux

Repository files navigation

Lux Demo

npm version Build Status Dependencies Status codecov MIT license

Lux is an Angular library with User Interface components.

Install

From npmjs: @metadev/lux

npm i @metadev/lux

Documentation and samples

See documenation at https://lux.metadev.pro.

Local setup

Clone this repo and then:

npm i
npm test
ng serve

Code organization

  1. Library source code is under projects/lux/ folder.
  2. Sample project documenting the library under src/ folder.

Debug

In order to debug Lux in a target app by bringing local changes made to Lux's code to an app that uses Lux, run the following commands in Lux's directory:

npm run build:lux
cd dist/lux
npm pack

And then the following in the target app's directory, replacing lux.directory with Lux's directory:

npm install lux.directory/dist/lux/metadev-lux-version.tgz

And then build and run the target app.

Contributors

Copyright and License