Skip to content

How to actually get started with Svelte/SvelteKit ? #250

Closed Answered by kyoshino
Extarys asked this question in Q&A
Discussion options

You must be logged in to vote

I have created Sveltia CMS mainly for my client SvelteKit sites, so SvelteKit support is guaranteed. You don’t need to use the manual initialization method. Just use the normal installation method of index.html with <script>.

My quick search finds a Decap + SvelteKit template, though I haven’t tried it yet.

You can also sneak a peek at one of my client sites on a public repository, though it’s not open source. The key part is import.meta.glob, which is actually a feature of Vite, not SvelteKit, that allows multiple entries to be read at once like this file.

Later I’ll certainly provide a SvelteKit starter kit.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Extarys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants