0.0.19 • Published 4 years ago
@uvalib/uvalib-catalog-light v0.0.19
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 --streamScripts
- startruns your app for development, reloading on file changes
- start:buildruns your app after it has been built using the build command
- buildbuilds your app and outputs it in your- distdirectory
- testruns your test suite with Web Test Runner
- lintruns the linter for your project