一、前端

1.1 开发组件

  1. Vite https://vitejs.dev/
  2. React https://zh-hans.reactjs.org/
  3. React Router https://reactrouter.com/
  4. Axios http://www.axios-js.com/
  5. Ant Design https://ant.design/index-cn
  6. Ant Design Mobile https://mobile.ant.design/zh

    1.2 创建项目

    1. yarn create vite 项目名 --template react
    2. cd 项目名
    3. yarn

    1.3 引入依赖

    1. yarn add react-router-dom axios antd @ant-design/icons

    1.4 main.jsx

    1. import 'antd/dist/antd.css'

    二、后端

    2.1 开发组件

  7. Spring Boot

  8. Spring Data JPA

    三、数据库

  9. MySQL

  10. Redis