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.

Latest in Vue, Nuxt & Vite


infoq.com > news > 2026 > 09 > solid-start-v2

SolidStart 2: Replaces Vinxi with a Vite 8 and Enters Maintenance as Its Role Winds Down

1+ day, 18+ hour ago   (345+ words) SolidStart, a full-stack meta-framework based on SolidJS, has transitioned to version 2.0, improving compatibility with Vite's Environment API. This release modernizes the framework, enhancing CSS han...


dev.to > khaledmsalem > vite-builds-my-project-in-27s-the-next-ionify-build-takes-50ms-heres-why-kic

Vite Builds My Project in 2.7s. The Next Ionify Build Takes 50ms. Here's Why.

5+ day, 16+ hour ago   (124+ words) Vite is fast. I'm not trying to argue otherwise. Its development experience and HMR are a big... Tagged with webdev, javascript, react, frontend....


dev.to > rushan123 > how-to-add-country-icons-to-a-vue-3-app-13db

How to add country icons to a Vue 3 app

1+ week, 2+ day 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…...


tech-insider.org

React vs Vue Forms: RHF vs VeeValidate, 12 Steps [2026]

1+ week, 3+ day 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…...


tech-insider.org

React vs Vue Accessibility Setup: 12 Steps [2026]

1+ week, 6+ day 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…...


dev.to > emilio_ochieng_63/20/30149c > building-a-cv-builder-with-live-preview-and-zero-backend-persistence-1kao

Building a CV Builder With Live Preview and Zero-Backend Persistence

2+ week, 2+ 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…...


tech-insider.org

React vs Vue PWA Setup: 12 Steps, 100 Min [2026]

2+ week, 4+ day ago   (1559+ words) Confirm these versions before you start. Running an older Vite version is the single most common cause of the plugin silently failing to register a service worker, so check this table against your own package.json first. Both frameworks reach…...


tech-insider.org

React vs Vue Animation: Motion vs GSAP [2026]

2+ week, 6+ day ago   (1464+ words) Before you start, install the following. Version mismatches are the number one cause of animation bugs that “work on my machine,” so pin these exact versions if you are following along step by step. You will also need a code…...


pctechmag.com > 2026 > 08 > our-vue-js-rich-text-editor-requirements-six-months-later

Our Vue.js Rich Text Editor Requirements, Six Months Later

3+ week, 4+ day ago   (1310+ words) Six months ago, we needed a rich text editor for a Vue application. Like most teams, we wrote a requirements list and ran a few editors through a proof of concept. We picked the one that checked the boxes and…...


tech-insider.org

React vs Vue Deployment Pipeline Guide [2026]

3+ week, 4+ day ago   (1657+ words) This is a hands-on, step-by-step build. It assumes you already know the basics of React or Vue components — the goal here is the part most tutorials skip: getting code from a commit to a production URL safely, repeatedly, and with…...