Basic Vite template
#168Closes #168
Notes:
kit
condition for all 3 svelte templates that we had before. This was necessary since all the files we had before did not go well with the svelte
templatetbd:
vite-env.d.ts
is renamed to vite-env.d.ts
. Do we even need this file?svelte
template (and possibly other templates, to avoid confusion)
The Vite templates have a design that looks the same across its other framework templates, do we want to inherit that too?
If we have our own design with a basic Vite app, it may be better to stick with that so it looks consistent.
The Vite CLI could also spawn this CLI when we release this (similar to create-vue, etc), so if we copy the Vite-Svelte template there it could look odd and duplicated.