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

https://github.com/asukaminato0721/svelte-swc

svelte with swc
https://github.com/asukaminato0721/svelte-swc

svelte swc template template-project

Last synced: 5 months ago
JSON representation

svelte with swc

Awesome Lists containing this project

README

        

# Svelte-swc

Use Standard Svelte with [sourceMaps](https://swc.rs/docs/configuration/compilation#sourcemaps) and [rollup-plugin](https://github.com/mentaljam/rollup-plugin-swc)

```bash
pnpx degit wuyudi/svelte-swc svelte-app
cd svelte-app
pnpm install
code .
```

## Develop

```bash
pnpm run dev
```