Logo

GitLab

Sign in

朱子纯 / test

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • test
  • frontend
  • .gitignore
  • feat(frontend): build Vite + React + AntD frontend wired to backend ...
    7caeb6c5
    Per docs/04 production stack: Vite + React 18 + TypeScript + AntD 5 +
    Redux Toolkit + React Router v6 + Axios. Theme tokens copied from
    prototype/XLY-ERP.html so density, colors, and layout match. Pages:
    Login, Home, UserList, UserDetail, ModuleConfig — wired to existing
    endpoints (/api/usr/auth/login, /api/usr/users, /api/mod/modules).
    Backend-unsupported fields (user permission grid, 18 module fields,
    iStaffId picker) hidden per scope. Sidebar/MegaNav remain static
    reference data; dashboard stats hardcoded (no endpoint).
    zichun authored
    2026-04-30 17:53:43 +0800  
    Browse Code »
.gitignore 87 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8
node_modules
dist
dist-ssr
*.local
.vite
.env.local
tsconfig.tsbuildinfo
*.tsbuildinfo