项目作者: dafn

项目描述 :
Svelte + Typescript + Rollup
高级语言: JavaScript
项目地址: git://github.com/dafn/svelte-typescript-rollup.git
创建时间: 2019-08-22T20:21:48Z
项目社区:https://github.com/dafn/svelte-typescript-rollup

开源协议:

下载


Svelte now officially suports Typescript: https://svelte.dev/blog/svelte-and-typescript This repo is therefore archived

Svelte + Typescript + Rollup

Minimal boilerplate example of Svelte with Typescript using Rollup.
This also includes SCSS support

Install packages

  1. $ yarn

Start development server

  1. $ yarn serve

Build for production

  1. $ yarn build