-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
# Vite底层原理学习 | ||
|
||
## 构建工具承担: | ||
1. 模块化开发支持:ES Module、CommonJS、AMD、CMD等 | ||
2. 处理代码兼容性:babel语法降级,less/sass/stylus等语法转换 | ||
3. 提升项目性能:压缩代码,合并代码,图片压缩,代码分割,懒加载,预加载等 | ||
4. 优化开发体验:热更新,自动刷新,代理服务器,自动打开浏览器等 | ||
5. 统一开发标准:eslint代码检查,prettier代码格式化,git提交规范等 | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters