preactjs / preset-vite

Preset for using Preact with the vite bundler
https://npm.im/@preact/preset-vite
MIT License
260 stars 26 forks source link

chore: Migrate demo to `create-preact` SPA w/ routing #93

Closed rschristian closed 11 months ago

rschristian commented 11 months ago

Doing some more work on the prerendering plugin (#86) and it'd be helpful to have routing & assets to test with (without blowing up the diff, ideally).

Per the title, this is simply create-preact w/ the SPA & routing options enabled.