什么是 Vite
是一种新型前端构建工具,它主要由两部分组成:
A dev server 开发服务器 ⇒ 开发应用的
A build command 构建指令 ⇒ 打包的
https://vitejs.dev/guide/
https://vitejs.dev/guide/features.html
NPM Dependency Resolving and Pre-Bundling
Dec 24, 2024, 1 min read, in progress
是一种新型前端构建工具,它主要由两部分组成:
A dev server 开发服务器 ⇒ 开发应用的
A build command 构建指令 ⇒ 打包的
https://vitejs.dev/guide/
https://vitejs.dev/guide/features.html
NPM Dependency Resolving and Pre-Bundling