https://github.com/gu-stav/unding-vite-plugin-ssr-wrapper
Playing around with `vite-plugin-ssr`
https://github.com/gu-stav/unding-vite-plugin-ssr-wrapper
Last synced: 4 months ago
JSON representation
Playing around with `vite-plugin-ssr`
- Host: GitHub
- URL: https://github.com/gu-stav/unding-vite-plugin-ssr-wrapper
- Owner: gu-stav
- Created: 2023-04-11T19:35:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T18:02:41.000Z (over 1 year ago)
- Last Synced: 2025-01-11T11:31:40.021Z (5 months ago)
- Language: Svelte
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Purpose of this demo is to explore:
- if `vite` can be hidden away from developers who consume an app
- if/ how `vite-plugin-ssr` can be utilized to load routes + configuration from a dependency (v1 design)
- what a page extension API with `vite-plugin-ssr` could look like (pages directory)See full instructions in `apps/dev`.