# react+hooks+ts+vite模版 **Repository Path**: chen1142399899/react-hooks-ts-vite-template ## Basic Information - **Project Name**: react+hooks+ts+vite模版 - **Description**: react18+vite+ts+antd模版 拒绝花里胡哨 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-07-04 - **Last Updated**: 2024-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React + TypeScript + Vite # react18+ts+vite+antd 管理系统模版 * 使用Node 版本最低21.2.0 * react 18hooks版本 * 权限管理中,使用的src/utils/severRouter.ts中的路由,线上版本就用接口返回的路由实现权限路由 * redux中 使用@reduxjs/toolkit 当然还有其他 * 使用antd版本 5.16.1 ```js export default { // other rules... parserOptions: { ecmaVersion: 'latest', sourceType: 'module', project: ['./tsconfig.json', './tsconfig.node.json'], tsconfigRootDir: __dirname, }, } ```