Skip to content

🔥 Svelte starter with Vite 4, TypeScript, SCSS, Babel, HMR, and ESM.

Notifications You must be signed in to change notification settings

thdoan/svelte-vite-starter

 
 

Repository files navigation

Svelte Vite Starter

Known issue: onwarn code in svelte.config.js does not appear to work with Svelte v4.2.0.

Steps to reproduce:

  1. Install Svelte for VS Code extension
  2. There should be no warnings.
  3. Update package.json: "svelte": "^4.2.0",
  4. In terminal: npm install
  5. In VS Code: Ctrl + Shift + P -> "Svelte: Restart Language Server"
  6. ISSUE: You should see a11y warning.

About

🔥 Svelte starter with Vite 4, TypeScript, SCSS, Babel, HMR, and ESM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 39.2%
  • JavaScript 22.7%
  • Svelte 20.8%
  • TypeScript 17.3%