An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# @lwce/router

[![npm version](https://img.shields.io/npm/v/@lwce/router?style=flat)](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).