joeldenning / vite-single-spa-example

MIT License
63 stars 25 forks source link

Better vite example: https://github.com/stephenwil/vite-single-spa-example #21

Open stephenwil opened 2 years ago

stephenwil commented 2 years ago

Hi, I wanted to use an out-of-the-box vite app, created using npx create vite@latest, so I could do my local dev with all the vite goodness, and then integrate into single-spa. Not using Vue, so I couldn't use your example.

Here's mine, with builds to a systemJS module which can then be registered as a single-spa web application.

https://github.com/stephenwil/vite-single-spa-example