Frontend
Notes on Vue.js, Nuxt and web development — component patterns, SSR quirks, tooling tips, and things I keep looking up.
Topics: Vue 3 Composition API, Nuxt 4, DevTools, build config.
#devtools#chrome#frontend
Run command in Chrome DevTools
How to quickly invoke DevTools commands from the keyboard — clear cookies, disable JS, and much more
#vue#composition-api#reactive
Creating component state like Options API using reactive()
How to use reactive() in Vue 3 Composition API to create component state similar to Options API data()
#nuxt#vue#cli
How to upgrade Nuxt 3 project
Simple command to upgrade Nuxt 3 to the latest version