1.0.1 • Published 3 years ago
broadlume-common v1.0.1
BroadlumeCommonControls
To get started with the project run
npm run installtoolsTo run the project use
npm run startthis will run the less transpiler and will also watch the changes to the typescrip files automatically you can view the angular test page by going to http://localhost:1337/index.html
To build for production use
npm run startprodTo use in another project add the folowing line to your package.json depndancies
"broadlume-common": "git+https://github.com/broadlume/BroadlumeCommonControls.git"and then you can use it by importing items using the "broadlume-common" package
import { SimpleControlsModule } from "broadlume-common"1.0.1
3 years ago