<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Build Tooling on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/build-tooling/</link>
        <description>Recent content in Build Tooling on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Thu, 26 Jun 2025 15:29:52 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/build-tooling/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>vite</title>
        <link>https://producthunt.programnotes.cn/en/p/vite/</link>
        <pubDate>Thu, 26 Jun 2025 15:29:52 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/vite/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1744215450843-e61c2ea318a6?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTA5MjI5NzV8&amp;ixlib=rb-4.1.0" alt="Featured image of post vite" /&gt;&lt;h1 id=&#34;vitejsvite&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/vitejs/vite&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;vitejs/vite&lt;/a&gt;
&lt;/h1&gt;&lt;p align=&#34;center&#34;&gt;
  &lt;a href=&#34;https://vite.dev&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;img width=&#34;180&#34; src=&#34;https://vite.dev/logo.svg&#34; alt=&#34;Vite logo&#34;&gt;
  &lt;/a&gt;
&lt;/p&gt;
&lt;br/&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;a href=&#34;https://npmjs.com/package/vite&#34;&gt;&lt;img src=&#34;https://img.shields.io/npm/v/vite.svg&#34; alt=&#34;npm package&#34;&gt;&lt;/a&gt;
  &lt;a href=&#34;https://nodejs.org/en/about/previous-releases&#34;&gt;&lt;img src=&#34;https://img.shields.io/node/v/vite.svg&#34; alt=&#34;node compatibility&#34;&gt;&lt;/a&gt;
  &lt;a href=&#34;https://github.com/vitejs/vite/actions/workflows/ci.yml&#34;&gt;&lt;img src=&#34;https://github.com/vitejs/vite/actions/workflows/ci.yml/badge.svg?branch=main&#34; alt=&#34;build status&#34;&gt;&lt;/a&gt;
  &lt;a href=&#34;https://pr.new/vitejs/vite&#34;&gt;&lt;img src=&#34;https://developer.stackblitz.com/img/start_pr_dark_small.svg&#34; alt=&#34;Start new PR in StackBlitz Codeflow&#34;&gt;&lt;/a&gt;
  &lt;a href=&#34;https://chat.vite.dev&#34;&gt;&lt;img src=&#34;https://img.shields.io/badge/chat-discord-blue?style=flat&amp;logo=discord&#34; alt=&#34;discord chat&#34;&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;br/&gt;
&lt;h1 id=&#34;vite-&#34;&gt;Vite ⚡
&lt;/h1&gt;&lt;blockquote&gt;
&lt;p&gt;Next Generation Frontend Tooling&lt;/p&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;💡 Instant Server Start&lt;/li&gt;
&lt;li&gt;⚡️ Lightning Fast HMR&lt;/li&gt;
&lt;li&gt;🛠️ Rich Features&lt;/li&gt;
&lt;li&gt;📦 Optimized Build&lt;/li&gt;
&lt;li&gt;🔩 Universal Plugin Interface&lt;/li&gt;
&lt;li&gt;🔑 Fully Typed APIs&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Vite (French word for &amp;ldquo;quick&amp;rdquo;, pronounced &lt;a class=&#34;link&#34; href=&#34;https://cdn.jsdelivr.net/gh/vitejs/vite@main/docs/public/vite.mp3&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;/vit/&lt;/code&gt;&lt;/a&gt;, like &amp;ldquo;veet&amp;rdquo;) is a new breed of frontend build tooling that significantly improves the frontend development experience. It consists of two major parts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A dev server that serves your source files over &lt;a class=&#34;link&#34; href=&#34;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;native ES modules&lt;/a&gt;, with &lt;a class=&#34;link&#34; href=&#34;https://vite.dev/guide/features.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;rich built-in features&lt;/a&gt; and astonishingly fast &lt;a class=&#34;link&#34; href=&#34;https://vite.dev/guide/features.html#hot-module-replacement&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Hot Module Replacement (HMR)&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A &lt;a class=&#34;link&#34; href=&#34;https://vite.dev/guide/build.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;build command&lt;/a&gt; that bundles your code with &lt;a class=&#34;link&#34; href=&#34;https://rollupjs.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Rollup&lt;/a&gt;, pre-configured to output highly optimized static assets for production.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In addition, Vite is highly extensible via its &lt;a class=&#34;link&#34; href=&#34;https://vite.dev/guide/api-plugin.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Plugin API&lt;/a&gt; and &lt;a class=&#34;link&#34; href=&#34;https://vite.dev/guide/api-javascript.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;JavaScript API&lt;/a&gt; with full typing support.&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://vite.dev&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Read the Docs to Learn More&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;packages&#34;&gt;Packages
&lt;/h2&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Package&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Version (click for changelogs)&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;packages/vite&#34; &gt;vite&lt;/a&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;packages/vite/CHANGELOG.md&#34; &gt;&lt;img src=&#34;https://img.shields.io/npm/v/vite.svg?label=%20&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;vite version&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;packages/plugin-legacy&#34; &gt;@vitejs/plugin-legacy&lt;/a&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;packages/plugin-legacy/CHANGELOG.md&#34; &gt;&lt;img src=&#34;https://img.shields.io/npm/v/@vitejs/plugin-legacy.svg?label=%20&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;plugin-legacy version&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;packages/create-vite&#34; &gt;create-vite&lt;/a&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;packages/create-vite/CHANGELOG.md&#34; &gt;&lt;img src=&#34;https://img.shields.io/npm/v/create-vite.svg?label=%20&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;create-vite version&#34;
	
	
&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;contribution&#34;&gt;Contribution
&lt;/h2&gt;&lt;p&gt;See &lt;a class=&#34;link&#34; href=&#34;CONTRIBUTING.md&#34; &gt;Contributing Guide&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;license&#34;&gt;License
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;LICENSE&#34; &gt;MIT&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;sponsors&#34;&gt;Sponsors
&lt;/h2&gt;&lt;p align=&#34;center&#34;&gt;
  &lt;a target=&#34;_blank&#34; href=&#34;https://github.com/sponsors/yyx990803&#34;&gt;
    &lt;img alt=&#34;sponsors&#34; src=&#34;https://sponsors.vuejs.org/vite.svg?v2&#34;&gt;
  &lt;/a&gt;
&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
