Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chenhunghan authored Jan 12, 2024
1 parent e606ea1 commit c884bf1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
})
```

## Get started
## Get started by frameworks

### React + [Leptos](https://leptos.dev/)

Expand Down Expand Up @@ -79,3 +79,14 @@ Production build
```
npm run build
```

### Vue + [Leptos](https://leptos.dev/)

```ts
import { vitePluginTrunk } from "vite-plugin-trunk"
import vue from "@vitejs/plugin-vue"

export default defineConfig({
plugins: [vue(), vitePluginTrunk()],
})
```

0 comments on commit c884bf1

Please sign in to comment.