项目作者: nelonoel

项目描述 :
Sapper template with Typescript and esbuild
高级语言: JavaScript
项目地址: git://github.com/nelonoel/sapper-typescript-esbuild-template.git


sapper-typescript-esbuild-template

Based on the default Sapper template with Typescript support through esbuild.

Getting started

Using degit

  1. npx degit "nelonoel/sapper-typescript-esbuild-template" my-app

Using GitHub templates

Alternatively, you can use GitHub’s template feature by clicking Use this template.

Features

  • 3x faster build and export
  • Compiles Typescript within .svelte files as well as .ts files
  • validate npm script
  • svelte-check pre-commit hook for .svelte files