Topic

Vue

Vue notes on state management, components, localStorage, integrations, and the small decisions that eventually become architecture.

Posts About Vue

🍍 Pinia Stores - Manage Vue State With Ease

🍍 Pinia Stores - Manage Vue State With Ease

How Pinia simplifies Vue state management for location and language settings compared with manual...

Vue Mar 13
Vue pagination component

Vue pagination component

How to build a reusable pagination component in Vue for cleaner list navigation.

Vue Feb 11
Migrate from Vue CLI to Vite

Migrate from Vue CLI to Vite

A short migration note on moving a Vue project from Vue CLI to Vite for faster local development.

Vue Jun 28
Reset Firebase user passwords

Reset Firebase user passwords

How to reset Firebase user passwords with the Firebase SDK and a small admin workflow.

Vue Firebase Jun 13
Persist user settings with localStorage

Persist user settings with localStorage

How to persist Vue user settings with localStorage and keep the interface in sync.

JavaScript Vue Jun 01
Generate QR codes on demand

Generate QR codes on demand

How to generate QR codes in a Vue app using JavaScript libraries and reusable components.

JavaScript Vue May 29
OpenAI - Integrate to Vue front-end

OpenAI - Integrate to Vue front-end

How to call OpenAI from a Vue frontend through a cloud function instead of exposing secrets in th...

Vue AI Tools May 24
Excel Exports - Vue + Firebase solution

Excel Exports - Vue + Firebase solution

How to generate CSV exports from Vue and Firebase using a cloud function.

Vue Firebase May 22