Archive search

Find the stories you need

vite

#58: What’s New in Vue 3 Ecosystem: Introducing Vite 2 with Evan You

Some exciting changes have been happening with Vite 2, and here to walk us through them is Evan You, creator of Vue.js. In this jam-packed episode, Evan talks about the decision to make Vite 2 a framework-agnostic build tool. We hear about what went into this, and Evan unpacks some of the features that come with this development.

Rewriting Nuxt Hacker News with Fastify, Vite and Vue 3

Learn how to make a fast, maintainable Vue 3 app with Fastify and Vite.

Develop with Vite - Talk Transcript + Slides

A great talk by Anthony, that first explains how Vite works and then showcases a combination of Vite plugins that together make up for an awesome developer experience.

Comparing the New Generation of Build Tools

A bunch of new developer tools have landed in the past year and they are biting at the heels of the tools that have dominated front-end development over

Announcing Vite 2.0

Vite (French word for "fast", pronounced /vit/) is a new kind of build tool for frontend web development. Think a pre-configured dev server + bundler combo, but leaner and faster. It leverages browser's native ES modules support and tools written in compile-to-native languages like esbuild to deliver a snappy and modern development experience.

Vite – New docs for version 2.0

Vite – the revolutionary frontend build tool, from Vue creator Evan You has been getting a lot of interest around the dev community, to the point where it now has a Discord server, new SSR docs and a fancy new Logo! If you are interested in the project, want to talk to other early adopters – definitely join the Discord sever.

Vite 2, a DX jump into the future

Here’s a great summary of all the new things coming with the new Vite 2.0 release! And if you’re interested in some extra bits of Vite’s development, you might want to (if you haven’t already) follow Evan You on Twitter!

Writing a vite plugin

With Vue 3 recently reaching release candidate stage, it’s a great time to dive in and give it a try. To get started right now you’ll need to use vite, the new web dev build tool from the creators of Vue. Vite offers a new plugin system for extending vite’s capabilities. Today we’ll take a look at setting up a simple vite plugin.

#23: Venturing into Vite with Evan You

New episode of Enjoy the Vue podcast with Evan You talking about Vue, Vite and VitePress!

Introducing Vite, the Fastest Dev Server Ever

Check out this tutorial on how to build a Storybook clone utilizing the "fastest dev sever ever" aka Vite!