Install
Vue, Nuxt & Vite
Vue 3, Composition API, Nuxt full-stack patterns, and Vite-powered DX.
- 3 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Vue, Nuxt & Vite
I built vue-pdf-export - a Vue 3 PDF Export library for real-world browser apps
22+ hour, 41+ min ago (228+ words) I recently released vue-pdf-export, a Vue 3 + TypeScript library for generating PDFs directly in the browser. I built it after repeatedly needing the same PDF features across different Vue projects and wanting one reusable solution instead of rebuilding the same logic…...
Modernizing Vue App by using IBM Bob
1+ day, 2+ hour ago (22+ words) Background I have many applications that use Vue CLI and, of course, are mostly still on... Tagged with vue, ibmbob, ai, devjournal....
How to add country icons to a Vue 3 app
2+ day, 5+ hour ago (632+ words) That is the whole path. Below: sizing, color, accessibility, and picking an icon when you only know the country at runtime. Add the package to your project: The package ships as ES modules and sets "sideEffects": false. Vite reads your…...
React vs Vue Forms: RHF vs VeeValidate, 12 Steps [2026]
3+ day, 8+ hour ago (1641+ words) Install these before you start. Version mismatches are the number one cause of the TypeScript errors you’ll hit in the troubleshooting section further down. You’ll need about 100 minutes total: 40 minutes for the React side, 40 for Vue, and 20 to run the…...
React vs Vue Dark Mode Setup: 12 Steps [2026]
5+ day, 8+ hour ago (1403+ words) Version drift is the number one reason dark mode tutorials go stale within a few months. Tailwind CSS v4 moved dark mode configuration out of tailwind.config.js entirely, which breaks almost every pre-2026 tutorial that still references a JavaScript config…...
React vs Vue Accessibility Setup: 12 Steps [2026]
6+ day, 8+ hour ago (1099+ words) Lock in these versions before starting. Accessibility tooling moves fast enough that a plugin built against last year’s ESLint config can silently stop linting anything. Start both projects on Vite so the tooling in later steps (Storybook, Playwright, the dev…...
React vs Vue GraphQL Setup: 13 Steps [2026]
1+ week, 8+ hour ago (1640+ words) This tutorial walks through building the same GraphQL-powered app twice: once in React 19.2.8 with Apollo Client 4, and once in Vue 3.5 with Vue Apollo, before showing where urql fits as a lighter alternative for either framework. By the end you will…...
Solid-Vue | The Minimalist Vue + Vite Web Frameworks (No relation to SolidJS or SolidStart at all)
1+ week, 1+ day ago (591+ words) Solid-Vue is a lightweight Vue + Vite framework for small and growing businesses. File-based routing, a built-in server layer powered by h3, and zero extra config to wire together. Features File-based routing — every file in src/pages becomes a route automatically, via…...
Building a CV Builder With Live Preview and Zero-Backend Persistence
1+ week, 1+ day ago (248+ words) That became CV Builder — and it's gone through two clear phases. The whole app is built around one function. Every keystroke — name, summary, a bullet point — fires the same render call, which rebuilds the preview from scratch based on whatever's…...
Generating PDFs in Vue 3 Was Messy, So I Built vue3-pdf-export
1+ week, 2+ day ago (119+ words) A Vue 3 + TypeScript package for generating PDFs from HTML with pagination, preview, headers, footers, watermarks, security, metadata, compression, and more. Tagged with vue, typescript, opensource, webdev....