Skip to content

Commit be9ac16

Browse files
committed
added readme
1 parent 8328e6a commit be9ac16

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

readme.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### Description
2+
3+
Starter pack for Svelte 3/Rollup/Typescript/Visual Studio Code:
4+
5+
- Typescript support inside Svelte components with [https://github.com/PaulMaly/svelte-ts-preprocess](svelte-ts-preprocess)
6+
- Also it adds some support for Visual Studio Code and [https://github.com/UnwrittenFun/svelte-vscode](https://github.com/UnwrittenFun/svelte-vscode) extension (via `svelte.config.js`)
7+
- Supports `index.html` entry file and dev server to serve it
8+
- See all in `rollup.config.js`.
9+
10+
### How to start
11+
12+
```
13+
git clone https://github.com/geakstr/svelte-3-rollup-typescript-vscode.git
14+
cd svelte-3-rollup-typescript-vscode && rm -rf .git && npm install
15+
```

0 commit comments

Comments
 (0)