Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geakstr/svelte-3-rollup-typescript-vscode

Starter for svelte 3/rollup/typescript/vscode
https://github.com/geakstr/svelte-3-rollup-typescript-vscode

rollu svelte typescript vscode

Last synced: 15 days ago
JSON representation

Starter for svelte 3/rollup/typescript/vscode

Awesome Lists containing this project

README

        

### Description

Starter pack for Svelte 3/Rollup/Typescript/Visual Studio Code:

- Typescript support inside Svelte components with [svelte-ts-preprocess](https://github.com/PaulMaly/svelte-ts-preprocess)
- Also it adds some support for Visual Studio Code and [svelte-vscode](https://github.com/UnwrittenFun/svelte-vscode) extension (via `svelte.config.js`)
- Jest for test for .js/.ts/.svelte
- Supports `index.html` entry file, dev server to serve it and livereload
- See all in `rollup.config.js`.

### How to start

```
git clone https://github.com/geakstr/svelte-3-rollup-typescript-vscode.git
cd svelte-3-rollup-typescript-vscode && rm -rf .git && npm install
```