Files
2024-10-16 17:02:47 +08:00

9 lines
730 B
Vue
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template><h1 id="我能学到什么" tabindex="-1"><a class="header-anchor" href="#我能学到什么" aria-hidden="true">#</a> 我能学到什么</h1>
<ul>
<li>青铜我们会学习 <code>Webpack</code> 基础包含是什么有什么用如何使用这是最重要的</li>
<li>黄金我们会学习 <code>Webpack</code> 高级优化配置提升项目打包和运行时性能这也是面试中最常问的点</li>
<li>钻石我们会学习如何从零开始搭建一个项目脚手架并进行优化包含 <code>React</code> <code>Vue</code></li>
<li>王者我们可以学习 <code>Webpack</code> 的原理这也是迈向大神必备一条路</li>
</ul>
</template>