Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/geakstr/svelte-3-rollup-typescript-vscode
- Owner: geakstr
- License: mit
- Created: 2019-06-22T14:07:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:51:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T22:46:46.398Z (29 days ago)
- Topics: rollu, svelte, typescript, vscode
- Language: JavaScript
- Size: 1020 KB
- Stars: 38
- Watchers: 3
- 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
```