react + vite 项目模版
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.

17 lines
392 B

  1. # React + Vite 前端项目模版
  2. ## 使用全新的技术栈开发
  3. React18
  4. AntDesign 5.0
  5. react-router 6
  6. Vite4
  7. ## 包管理
  8. 本项目采用yarn进行包管理
  9. yarn.lock:锁定安装时的版本号,并且需要上传到git,以保证其他人再yarn install 时大家的依赖能保证一致
  10. ## UI库 AntDesign
  11. ```javascript
  12. yarn add antd
  13. ```