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

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)

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
```