Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/single-spa/single-spa-examples
Examples of single-spa applications.
https://github.com/single-spa/single-spa-examples
Last synced: about 1 month ago
JSON representation
Examples of single-spa applications.
- Host: GitHub
- URL: https://github.com/single-spa/single-spa-examples
- Owner: single-spa
- License: mit
- Archived: true
- Created: 2015-10-08T06:17:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T16:50:31.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T01:11:59.550Z (4 months ago)
- Language: JavaScript
- Homepage: https://single-spa.surge.sh
- Size: 2.66 MB
- Stars: 354
- Watchers: 18
- Forks: 128
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micro-frontends - CanopyTax - single-spa-examples
README
# single-spa-examples
# This repo is archived! Do not use it as a starter kit for single-spa. See https://single-spa.js.org/docs/examples/ for up-to-date examples.
https://single-spa.surge.sh
This is an example of examples on how to use [single-spa](https://github.com/joeldenning/single-spa) in a variety of contexts. If you're looking for a simpler example that's just a webpack starter for single-spa, try out [simple-single-spa-webpack-example](https://github.com/joeldenning/simple-single-spa-webpack-example). Right now there are examples with the following technologies:
- React
- AngularJS
- Angular
- react-router
- angular-ui-router
- Webpack
- Babel
- Vue
- Svelte
- Ember
- Inferno
- Preact
- CycleJS## View the demo!
A [demo is live](http://single-spa.surge.sh) on surge.sh.## How to get the examples running locally
```bash
git clone [email protected]:CanopyTax/single-spa-examples.git
cd single-spa-examples# Install yarn at https://yarnpkg.com/lang/en/docs/install/
yarn
yarn build
yarn start
open http://localhost:8080
```