Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 516 Bytes

Vite.md

File metadata and controls

28 lines (13 loc) · 516 Bytes

Vite

什么是Vite:

1、一个开发服务器

2、一套构建指令

快速的服务器启动、快速的更新

pnpm

它由npm/yarn衍生而来,极大的优化了性能,扩展了使用场景

特点:速度快、节约磁盘空间、安全性高

存储管理:按内容寻址、采用symlink

npm依赖解析和预构建

1656767010001

预构建可以提高页面加载的速度(esBuild)

重写url