Ecosyste.ms: Awesome

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

https://github.com/benjazehr/svelte-example-museums

An example repo of a svelte app that is IE11 compatible
https://github.com/benjazehr/svelte-example-museums

Last synced: about 1 month ago
JSON representation

An example repo of a svelte app that is IE11 compatible

Lists

README

        

### svelte-example-museums

How to make a svelte app compatible with IE11.

Technologies used:

- rollup
- babel
- core-js

To see how it's done, read [this blogpost](https://blog.az.sg/posts/making-a-svelte-app-compatible-with-internet-explorer-11) and check the final [rollup config](https://github.com/angelozehr/svelte-example-museums/blob/master/rollup.config.js).

To se an alternate version using buble, [go back one commit](https://github.com/angelozehr/svelte-example-museums/blob/51677c6bd6d8ab24fab76097421db709883018d6/rollup.config.js).

#### Original project

This is a copy of the official [Svelte Template](https://github.com/sveltejs/template).

PS: As you might see, I did not find an elegant way to share styles across multiple svelte components. If you know a way, let me know :)