一阶段说明
<h1>前置说明</h1>
<h2>1 代码协同</h2>
<ul>
<li>git
简介:用于版本控制和协同代码上传
使用说明:<a href="https://www.w3cschool.cn/git/git-basic-operations.html">https://www.w3cschool.cn/git/git-basic-operations.html</a>
下载地址:<a href="https://git-scm.com/downloads/win">https://git-scm.com/downloads/win</a>
<h2>2 代码托管平台</h2></li>
<li>gitee
简介:用于git的代码托管
使用说明:先注册gitee账号
地址:<a href="https://gitee.com/">https://gitee.com/</a>
<h2>3 代码框架入门</h2>
<h3>3.1 前端</h3></li>
<li>layui2.9.18
简介:layui为较好上手的组件式框架
官方地址及使用说明:<a href="https://layui.dev/">https://layui.dev/</a></li>
<li>bootstrap icon-矢量图标库
简介:用于ui的图标
地址:<a href="https://icons.getbootstrap.com/">https://icons.getbootstrap.com/</a>
<h3>3.2后端</h3></li>
<li>thinkPHP8.0-主流的php国产跨架
简介:用于后端所有数据处理返回操作
地址:<a href="https://doc.thinkphp.cn/v8_0/preface.html">https://doc.thinkphp.cn/v8_0/preface.html</a></li>
</ul>