Vue Ecosystem
Swoff adapters, composables, and components for Vue-based frameworks.
Vue Ecosystem
All Vue-based frameworks share the same adapter layer — composables and components. The only difference is where you inject the files.
Available Guides
| Framework | Description |
|---|---|
| Vue + Vite | Plain Vue 3 with Vite |
| Nuxt | Vue full-stack (client-only mode) |
Shared Adapter Layer
- Vue Composables —
useSWUpdate,useSWProgress,useNetworkStatus,useBackgroundSync,useCacheInvalidation - Vue Components —
UpdatePrompt,SWProgressBar,InstallButton
Next Steps
- Start with Vue + Vite for the simplest setup
- Understand the concepts: What is Offline
Swoff