Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 451 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 451 Bytes

@lwce/router Example Application

Setup

Run npm install && npm start and navigate to http://localhost:8080 in your browser.

Project structure

  1. The application route structure is setup within app.html
  2. Nested routes are defined within settings.html
  3. Route params are linked with a @wire adapter within settings.html