jayliu50 / svelte-app-ie11-starter

Svelte App IE11 Starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Svelte App IE11 Starter

Example IE11 Starter Project with SCSS (Preprocess)

Technologies used:

Check the final rollup config of this.

Adapted from Svelte Example Museums. Updates from the original:

  • Updated Rollup and dependencies to later major version.
  • Added stronger support for core-js polyfills, resolving potential gotchas for devs new to all this.

Dependency Decisions

  • Using SCSS with PostCSS (autoprefixer) to author styles. Emotion did not work. Also, not sure if the eventual implementation by Svelte would work, since it seemed like the community was gravitating toward an implementation based on CSS Variables. TODO: see if using postcss-preset-env would help bring those modern CSS features.

About

Svelte App IE11 Starter


Languages

Language:JavaScript 58.0%Language:Svelte 25.1%Language:HTML 16.1%Language:SCSS 0.8%