# antdUI+React的后台模板 **Repository Path**: Bluoluo/antd-platform ## Basic Information - **Project Name**: antdUI+React的后台模板 - **Description**: 基于 antdUI+React+TypeScript+Vite 搭建的后台管理模板,引入vite是单纯的为了项目快速启动,无论是yarn start还是yarn vite都可以 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-28 - **Last Updated**: 2023-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 后台模板 基于 antdUI+React+TypeScript+Vite 搭建的后台管理模板 ## How to use In the project directory, you can run: ### `npm start` or `yarn start` or `yarn vite` 建议使用 yarn vite 来启动项目(确实快),yarn start 启动的话默认端口为 http://localhost:3000 ### `npm test` or `yarn test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `yarn build` ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can’t go back!** If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. ## Learn More AntdUI 版本 5.0+ 和之前的版本有出入 详情参考(https://ant.design/docs/react/introduce-cn)