https://github.com/lwc-essentials/router
A LWC router that supports server-side rendering
https://github.com/lwc-essentials/router
Last synced: 10 months ago
JSON representation
A LWC router that supports server-side rendering
- Host: GitHub
- URL: https://github.com/lwc-essentials/router
- Owner: LWC-Essentials
- License: bsd-3-clause
- Created: 2020-01-31T19:20:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:48:47.000Z (over 3 years ago)
- Last Synced: 2024-04-24T14:18:54.288Z (about 2 years ago)
- Language: JavaScript
- Size: 1.16 MB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# @lwce/router
[](https://www.npmjs.com/package/@lwce/router)
A lightning web component for building declarative routing within single-page applications.
Learn more about from the [API documentation](./packages/router/README.md).
Or start the example by running `npm run install && npm run start`.
Navigate to http://localhost:8080 in your browser.
Learn more about the [example application](./packages/sample-app/README.md).