Alfalfa
Vite 原始碼解讀 – ModuleGraph part 3 Vite 原始碼解讀 – ModuleGraph part 3 Continuing our exploration of Vite’s ModuleGraph, let’s dive…
Alfalfa
Vite 原始碼解讀 – Plugins part 3 Vite 原始碼解讀 – Plugins part 3 Plugins are an important part of Vite’s architecture,…
Alfalfa
Vite 原始碼解讀 – ModuleGraph part 1 Vite 原始碼解讀 – ModuleGraph part 1 今天我們來解讀 Vite 原始碼中的 ModuleGraph 部分。 ModuleGraph 是 Vite…
Alfalfa
Vite 原始碼解讀: Dependency Pre-Bundling Part 6 Vite 原始碼解讀: Dependency Pre-Bundling Part 6 If you’ve been following the series on Vite…
Alfalfa
Vite 原始碼解讀: npm run preview 與 optimize Vite 是一個由 Vue 團隊開發的新型前端開發工具,它具有極速的冷啟動和熱更新能力,並且支援現代化的 JavaScript 語法和開發方式。在使用 Vite 開發項目時,我們會遇到一些指令和選項,其中 npm run preview 和 optimize…
Alfalfa
Vite 原始碼解讀 – createServer part1 Vite 原始碼解讀 – createServer part1 Vite is a next-generation frontend build tool that is both…
Alfalfa
Vite 原始碼解讀 – servePublicMiddleware Vite 原始碼解讀 – servePublicMiddleware When working with Vite, understanding the source code is essential to making…
Alfalfa
Vite 原始碼解讀 – Plugins part 2 Vite 原始碼解讀 – Plugins part 2 In this article, we will continue to explore…
Alfalfa
Vite 原始碼解讀: Dependency Pre-Bundling part 1 Vite 原始碼解讀: Dependency Pre-Bundling part 1 In this article, we will take a look…
Alfalfa
Vite 原始碼解讀 – npm run build 在做什麼事 Vite 原始碼解讀 – npm run build 在做什麼事 如果你對 Vite 的原始碼解讀有興趣,那麼你可能經常會遇到 npm run build…