feat: Frist Version
parents
Showing
.gitignore
0 → 100644
.npmrc
0 → 100644
Dockerfile
0 → 100644
README.md
0 → 100644
auto-imports.d.ts
0 → 100644
eslint.config.js
0 → 100644
index.html
0 → 100644
mock/top/online/app.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "demo", | ||
| "private": true, | ||
| "version": "0.0.0", | ||
| "type": "module", | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "tsc -b && vite build", | ||
| "lint": "eslint .", | ||
| "preview": "vite preview" | ||
| }, | ||
| "dependencies": { | ||
| "@tailwindcss/vite": "^4.1.0", | ||
| "@tuia/eslint-config-common": "3.0.1-beta.2", | ||
| "antd": "^5.24.5", | ||
| "axios": "^1.8.4", | ||
| "dayjs": "^1.11.13", | ||
| "mobx": "^6.13.7", | ||
| "mobx-react-lite": "^4.1.0", | ||
| "numeral": "^2.0.6", | ||
| "pixiu-number-toolkit": "^3.0.11", | ||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0", | ||
| "react-router": "^7.4.0", | ||
| "react-router-dom": "^7.4.0", | ||
| "tailwindcss": "^4.1.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@ant-design/v5-patch-for-react-19": "^1.0.3", | ||
| "@types/numeral": "^2.0.5", | ||
| "@types/react": "^19.0.10", | ||
| "@types/react-dom": "^19.0.4", | ||
| "@vitejs/plugin-react-swc": "^3.8.0", | ||
| "eslint-plugin-react-refresh": "^0.4.19", | ||
| "globals": "^15.15.0", | ||
| "typescript": "~5.7.2", | ||
| "unplugin-auto-import": "^19.1.2", | ||
| "vite": "^6.2.0", | ||
| "vite-plugin-pages": "^0.32.5" | ||
| } | ||
| } |
prettier.config.js
0 → 100644
server/index.js
0 → 100644
server/package.json
0 → 100644
server/yarn.lock
0 → 100644
This diff is collapsed.
src/App.tsx
0 → 100644
src/apis/index.ts
0 → 100644
src/apis/user/index.ts
0 → 100644
src/apis/user/type.ts
0 → 100644
src/components/User/a.tsx
0 → 100644
src/constants/enums/index.ts
0 → 100644
src/constants/userList.ts
0 → 100644
src/hooks/useRequest.ts
0 → 100644
src/index.css
0 → 100644
src/layouts/AuthLayout.tsx
0 → 100644
src/layouts/BasicLayout.tsx
0 → 100644
src/layouts/index.tsx
0 → 100644
src/main.tsx
0 → 100644
src/pages/About.tsx
0 → 100644
src/pages/Counter.tsx
0 → 100644
src/pages/Login.tsx
0 → 100644
src/pages/User.tsx
0 → 100644
src/pages/User/index.tsx
0 → 100644
src/pages/UtilsExample.tsx
0 → 100644
src/pages/[...all].tsx
0 → 100644
src/pages/index.tsx
0 → 100644
src/stores/counterStore.ts
0 → 100644
src/utils/REG.ts
0 → 100644
src/utils/cookie.ts
0 → 100644
src/utils/date.ts
0 → 100644
src/utils/index.ts
0 → 100644
src/utils/money.ts
0 → 100644
src/utils/number.ts
0 → 100644
src/utils/permission.ts
0 → 100644
src/utils/request.ts
0 → 100644
src/vite-env.d.ts
0 → 100644
tsconfig.app.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
yapi-mock.config.json
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment