Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

VueUse for Everyone

Theming with VueUse useDark and useColorMode

Besides simple wrappers to provide reactivity, VueUse also gives us composables that interact with several browser APIs at once, to make adding common site features easier. Two such composables are the useDark and useColorMode composables which utilize local storage and system preferences to make dynamic themes a breeze for your Vue.js app.

Links