Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhildred/preact-vite-plugin-ssr
testing with vite-plugin-ssr to get browser events
https://github.com/rhildred/preact-vite-plugin-ssr
Last synced: 14 days ago
JSON representation
testing with vite-plugin-ssr to get browser events
- Host: GitHub
- URL: https://github.com/rhildred/preact-vite-plugin-ssr
- Owner: rhildred
- Created: 2023-08-27T06:00:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T06:57:34.000Z (over 1 year ago)
- Last Synced: 2024-04-14T14:03:15.563Z (9 months ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# preact-vite-plugin-ssr
Example using `vite-plugin-ssr` with `preact` and [server-side routing](https://vite-plugin-ssr.com/server-routing).
```bash
git clone [email protected]:brillout/vite-plugin-ssr
cd vite-plugin-ssr/examples/preact-server-routing/
npm install
npm run dev
```