From 80ab80d2ed1c787fedf4b7ab1ababb145f403e1a Mon Sep 17 00:00:00 2001 From: Karel Frederix Date: Fri, 3 May 2024 19:08:32 +0200 Subject: [PATCH] (docs) Add example: kfrederix/single-spa-angular-esm --- versioned_docs/version-6.x/examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/versioned_docs/version-6.x/examples.md b/versioned_docs/version-6.x/examples.md index c13d0591d..3d450d1f1 100644 --- a/versioned_docs/version-6.x/examples.md +++ b/versioned_docs/version-6.x/examples.md @@ -26,6 +26,7 @@ sidebar_label: Resources ## Community examples +- [single-spa-angular-esm](https://github.com/kfrederix/single-spa-angular-esm) is an example Nx monorepo, demonstrating how single-spa can be used for microfrontends with the new Angular builder based on Vite/esbuild. - [single-spa-parcel-example](https://github.com/Guillembonet/single-spa-parcel-example) is an example of one Vue and one React microfrontend, containing a React and a Vue parcel respectively and two Node.js microservices running in 6 different Docker VMs seamlessly working together in a single web app located in a 7th VM. - [single-spa-login-example-with-npm-packages](https://github.com/jualoppaz/single-spa-login-example-with-npm-packages) is a single-spa application example which imports registered applications from NPM packages and manages authentication features as login. - [demo-single-spa-with-spax](https://github.com/crossjs/spax/tree/master/packages/demo-single-spa) is a tiny [spax](https://spax.js.org) example with react-scripts and craco.