https://github.com/pyoner/svelte-typescript
Typescript monorepo for Svelte v3 (preprocess, template, types)
https://github.com/pyoner/svelte-typescript
preprocess preprocessor rollup-plugin svelte svelte-v3 template types typescript
Last synced: 4 months ago
JSON representation
Typescript monorepo for Svelte v3 (preprocess, template, types)
- Host: GitHub
- URL: https://github.com/pyoner/svelte-typescript
- Owner: pyoner
- Fork: true (PaulMaly/svelte-ts-preprocess)
- Created: 2019-04-15T03:18:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T10:51:39.000Z (over 5 years ago)
- Last Synced: 2024-09-26T00:16:40.102Z (over 1 year ago)
- Topics: preprocess, preprocessor, rollup-plugin, svelte, svelte-v3, template, types, typescript
- Language: TypeScript
- Homepage:
- Size: 1.17 MB
- Stars: 209
- Watchers: 7
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript monorepo for Svelte v3 includes
- [preprocess](https://github.com/pyoner/svelte-typescript/tree/master/packages/preprocess)
- [template](https://github.com/pyoner/svelte-typescript/tree/master/packages/template)
- [types](https://github.com/pyoner/svelte-typescript/tree/master/packages/types)
- [Sapper template](https://github.com/pyoner/svelte-typescript/tree/master/packages/sapper-template)
# For Contributors
To install this monorepo you can use `pnpm`
```bash
cd svelte-typescript
pnpm i -r
```