@salesforce/ui-bundle-template-base-web-app
v1.120.6
Published
Base UI Bundle template
Downloads
2,546
Maintainers
Keywords
Readme
Base Web App
Minimal base UI Bundle template — static HTML and UI Bundle metadata for the Salesforce platform. Used as a foundation for non-React UI Bundles or as a reference structure.
In this monorepo
This package is a base app in the ui-bundle monorepo. Building it copies the contents of src/ into dist/, which is what gets published.
Build
nx run base-web-app:buildor from this directory:
npm run buildProduces dist/ with the UI Bundle assets and metadata.
Test
npm run testRuns the unit test suite (Vitest).
For a description of the built output and how to run or deploy it, see the README in the build output: dist/README.md (after building).
