Template for Svelte?
See original GitHub issueI found that there is no template for Svelte in create-app
. It is because no one contributes yet or another reason? I am willing to contribute one if needed.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Template for building basic applications with Svelte
This is a project template for Svelte apps. It lives at https://github.com/sveltejs/template. To create a new project based on this template using degit:...
Read more >Template
Template for building basic applications with Svelte with rollup. github logo ... Typescript monorepo for Svelte v3 (preprocess, template, types).
Read more >Svelte Themes
A curated list of Svelte themes and templates built using svelte, sveltekit, elderjs, routify etc.
Read more >10+ Svelte Examples - Components & Templates
Svelte – Firebase is a free template that will help you start developing new applications with Svelte and Firebase. It features a powerful ......
Read more >Svelte Website Templates
Get 7 svelte website templates on ThemeForest such as HexaDash - React, ... Skote - Svelte Admin & Dashboard Template, Globing - Svelte...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I expect we’ll have something to share in the next week or two
SvelteKit is the official way to build Svelte apps and is built on Vite 2. It’s not quite in beta yet. PRs are pending with Vite to add Windows support and TypeScript support for SvelteKit. Docs are not yet published, but are available in the repo. It uses a
vite-plugin-svelte
that could also be used with Vite without SvelteKit if desired