@salesforce/webapp-template-base-web-app-experimental
v1.117.1
Published
Base web app template
Maintainers
Keywords
Readme
Base Web App
Minimal base web app template — static HTML and web application metadata for the Salesforce platform. Used as a foundation for non-React web apps or as a reference structure.
In this monorepo
This package is a base app in the webapps 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 web app 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).
