You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
392 B
392 B
React + Vite 前端项目模版
使用全新的技术栈开发
React18
AntDesign 5.0
react-router 6
Vite4
包管理
本项目采用yarn进行包管理
yarn.lock:锁定安装时的版本号,并且需要上传到git,以保证其他人再yarn install 时大家的依赖能保证一致
UI库 AntDesign
```javascript
yarn add antd
```