hyunbinseo/svelte-kit-templates · 文件 下载 ZIP
文件最后提交记录最后更新时间
README.md
SvelteKit templates generated using the sv@0.17.0 package. Changelog
Project Structure
├── javascript ← template using JavaScript with JSDoc comments
└── typescript ← template using TypeScript syntax
Open in StackBlitz
To use a specific version, replace the /main part with a valid tag name.
- https://stackblitz.com/github/hyunbinseo/svelte-kit-templates/tree/main/typescript
+ https://stackblitz.com/github/hyunbinseo/svelte-kit-templates/tree/v0.6.9/typescript
Presets
sv create --template minimal --types jsdoc
sv create --template minimal --types ts
sv add eslint prettier
Comparison
The kit-template-default repository does not provide a TypeScript template.