Joaquín Sánchez
Joaquín Sánchez
This package is too old, since vite 1, and so we can create/rename it: `vite-vue-ssg`: with `vite-vue-ssg/router`, `vite-vue-ssg/single-page` and `vite-vue-ssg/i18n-router`. @antfu to keep track names.
**DON'T USE IT YET TO GENERATE YOUR CONF: THERE ARE STILL A LOT OF WORK TO BE DONE** This PR will include a PWA Builder application in the docs: -...
This PR will use `allowlist` when creating the sw in development and deprecates the `webManifestUrl`: - add `webManifestUrl` deprecation - include the `navigateFallbackAllowlist` with the default - update the development...
This PR also fix the `sveltekit-pwa` example. ~~supersedes #319 (ESM part)~~: ESM already included in another PR closes #324
Latest version of SvelteKit now uses Vite, that's, SvelteKit is just another plugin (check this repo https://github.com/userquin/pwa-sveltekit-vite): - we need to move the `_generateSW` to `writeBundle`: SvelteKit uses `process.exit` on...
Just compare current code blocks with the preview.
@antfu just a reminder /cc @armenr
Just compare current code blocks and this video: https://streamable.com/y16j3q
To support dark/light theme and add some new cool features using `@vue/theme` These tasks have been moved from #573 since `@vue/theme` has breaking changes for `vitest` docs: - [x] add...
It would be interesting to include an i18n router in nuxt 3, also for static site generation (maybe it would be better to add to nuxt 3 repo instead here)....