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

17 lines
510 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>
<p> <code>Nodejs</code> 各个核心模块操作有一定认识</p>
<ul>
<li>比如<code>fs</code><code>path</code><code>os</code> </li>
</ul>
</li>
<li>
<p> <code>React</code> <code>Vue</code> 有一定认识并且开发过项目</p>
<ul>
<li>这对于学习项目部分内容非常有帮助</li>
</ul>
</li>
</ul>
</template>