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: over 1 year ago
JSON representation
Starter for svelte 3/rollup/typescript/vscode
- Host: GitHub
- URL: https://github.com/geakstr/svelte-3-rollup-typescript-vscode
- Owner: geakstr
- License: mit
- Created: 2019-06-22T14:07:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:51:43.000Z (over 3 years ago)
- Last Synced: 2025-03-18T05:12:38.466Z (over 1 year ago)
- Topics: rollu, svelte, typescript, vscode
- Language: JavaScript
- Size: 1020 KB
- Stars: 38
- Watchers: 2
- Forks: 6
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```