Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 484 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 484 Bytes

LWC Single Page Application

More details here.

Demo

SPA Demo

Architecture

Architecture

How to modify?

Add new pages

  1. Add new pages to spaPages/tempalates.
  2. Edit PAGE_ID_TO_TEMPLATE in spaPage.js.

Update configuration

  1. Add new page config to SpaController.cls.
  2. pageId should be the same as id in PAGE_ID_TO_TEMPLATE.