物流管理系统前端代码,使用react开发
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.
 
 
 
 
maochaoying 7c88719be6 种类和全部组件 2 years ago
public sider 2 years ago
src 种类和全部组件 2 years ago
.env Initial commit 2 years ago
.env.dev Initial commit 2 years ago
.env.prod Initial commit 2 years ago
.eslintrc.cjs Initial commit 2 years ago
.gitignore Initial commit 2 years ago
.prettierrc Initial commit 2 years ago
README.md Initial commit 2 years ago
index.html sider 2 years ago
jsconfig.json Initial commit 2 years ago
package-lock.json sider bottom 2 years ago
package.json sider bottom 2 years ago
vite.config.js login page 2 years ago
yarn.lock sider bottom 2 years ago

README.md

React + Vite 前端项目模版

使用全新的技术栈开发

React18
AntDesign 5.0
react-router 6
Vite4

包管理

本项目采用yarn进行包管理
yarn.lock:锁定安装时的版本号,并且需要上传到git,以保证其他人再yarn install 时大家的依赖能保证一致

UI库 AntDesign

```javascript
    yarn add antd
```