0.0.24 • Published 4 years ago
@uvalib/uvalib-catalog-lite v0.0.24
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