A collection of tips, tricks, and best practices for efficient Vue.js 3 development.
This repository was created and is maintained by Siméon Azogbonon to share useful Vue.js tips on various topics such as the Composition API, state management, performance, development tools, and more.
Please refer to the branches of this repository.
Each branch is named according to the topic or tip it provides.
- feature/dark-mode-vueuse: Implementation of dark mode using VueUse
- feature/detect-offline-alert: Detect online/offline status and trigger alert notifications accordingly
- feature/pwa-setup - PWA Config with Vue
pnpm installpnpm devpnpm buildThe site is available at: https://simeonaz.github.io/vuejs_tips/
Contributions are welcome! Feel free to open an issue or pull request to suggest new tips or improve existing ones.
Author: Siméon Azogbonon