Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/web-infra-dev/modern-js-examples
Examples for Modern.js web engineering system
https://github.com/web-infra-dev/modern-js-examples
boilerplate react rspack template
Last synced: 3 months ago
JSON representation
Examples for Modern.js web engineering system
- Host: GitHub
- URL: https://github.com/web-infra-dev/modern-js-examples
- Owner: web-infra-dev
- Created: 2021-10-25T10:40:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T03:15:15.000Z (about 1 year ago)
- Last Synced: 2024-02-22T13:33:45.142Z (12 months ago)
- Topics: boilerplate, react, rspack, template
- Homepage:
- Size: 578 KB
- Stars: 30
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern.js Examples
Examples for [Modern.js](https://github.com/web-infra-dev/modern.js).
## Examples
Here are some examples you can refer to:
### React App
- [basic-app](./examples/basic-app/): Basic Modern.js App using React 18, TypeScript, Rspack and nested routes.
- [runtime-api](./examples/runtime-api/): Sample code for the Modern.js Runtime API.### Modern.js Module
- [basic-module](./examples/basic-module/): Basic Modern.js Module using esbuild, TypeScript and changeset.
### Module Federation Example
Modern.js provides an example project for Module Federation. Please refer to [module-federation-examples - modernjs](https://github.com/module-federation/module-federation-examples/tree/master/modernjs).
### Vue App
Please use [Rsbuild](https://github.com/web-infra-dev/rsbuild) to build Vue applications.