Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 515 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 515 Bytes

mini-vite

This is a learning tool for vite, through this, you can learn vite

  • ⛪ How to build dependency and enable dependency scanning
  • 💘 Build Vite's plugin mechanism
  • 🌈 Implement the compilation and construction capabilities of Vite services
  • 🌻 Achieve HMR and realize server and client.

功能实现

  • ⛪ 通过 Esbuild 实现依赖扫描和依赖构建的功能。
  • 💘 搭建 Vite 的插件机制
  • 🌈 实现 Vite的编译构建能力
  • 🌻 实现 HMR 服务端和客户端的开发。