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: 2 months ago
JSON representation
An example repo of a svelte app that is IE11 compatible
- Host: GitHub
- URL: https://github.com/benjazehr/svelte-example-museums
- Owner: benjazehr
- Created: 2019-06-10T17:52:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:50:38.000Z (about 2 years ago)
- Last Synced: 2024-11-02T17:02:18.858Z (3 months ago)
- Language: JavaScript
- Size: 599 KB
- Stars: 29
- Watchers: 1
- Forks: 8
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### svelte-example-museums
How to make a svelte app compatible with IE11.
Technologies used:
- rollup
- babel
- core-jsTo 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 :)