@uvalib/uvalib-catalog-lite
v0.0.24
Published
Webcomponent uvalib-catalog-lite following open-wc recommendations
Downloads
5
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-lite --streamScripts
startruns your app for development, reloading on file changesstart:buildruns your app after it has been built using the build commandbuildbuilds your app and outputs it in yourdistdirectorytestruns your test suite with Web Test Runnerlintruns the linter for your project
