This website requires JavaScript.
Explore
Help
Register
Sign In
rayc-root
/
ray-note
Watch
1
Star
0
Fork
You've already forked ray-note
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
ray-note
/
web
/
Vite 学习.md
282 B
Raw
Permalink
Blame
History
Unescape
Escape
预构建
把非ESM模式的代码。转换成ESM格式
,
在浏览器通过
<script type="module"></script>
的方式能正确加载
打包第三方库的代码
,
将各个第三方库的分散文件合并到一起
,
减少HTTP请求数量
,
避免页面加载性能劣化