@uvalib/uvalib-catalog-light
v0.0.19
Published
Webcomponent uvalib-catalog-light following open-wc recommendations
Downloads
3
Readme
Quickstart
To get started:
npm install -g lerna
# lerna commands should be run from the repo root (not package root)
lerna bootstrap
lerna run start:build --scope=@uvalib/uvalib-catalog-light --stream
Scripts
start
runs your app for development, reloading on file changesstart:build
runs your app after it has been built using the build commandbuild
builds your app and outputs it in yourdist
directorytest
runs your test suite with Web Test Runnerlint
runs the linter for your project