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.
|
|
7 months ago | |
|---|---|---|
| .. | ||
| public | 7 months ago | |
| src | 7 months ago | |
| README.md | 7 months ago | |
| index.html | 7 months ago | |
| package-lock.json | 7 months ago | |
| package.json | 7 months ago | |
| postcss.config.js | 7 months ago | |
| tailwind.config.js | 7 months ago | |
| tsconfig.json | 7 months ago | |
| tsconfig.node.json | 7 months ago | |
| vite.config.ts | 7 months ago | |
README.md
Cellular Management WebUI
基于 Vite + React + TypeScript + Tailwind CSS + Shadcn UI 的现代化管理系统前端。
特性
- 🚀 基于 Vite 构建,开发体验极佳
- ⚛️ 使用 React 18 和 TypeScript 开发
- 🎨 使用 Tailwind CSS 和 Shadcn UI 构建美观的界面
- 📱 响应式设计,支持移动端和桌面端
- 🌙 支持暗黑模式
- 🔒 内置登录认证
- 📊 完整的布局系统
- 🔔 通知系统
- 🔍 搜索功能
- 👤 用户管理
开始使用
- 克隆项目
git clone https://github.com/yourusername/cellular-management-webui.git
cd cellular-management-webui
- 安装依赖
npm install
- 启动开发服务器
npm run dev
- 构建生产版本
npm run build
项目结构
src/
├── components/ # 组件
│ ├── layout/ # 布局组件
│ └── ui/ # UI 组件
├── pages/ # 页面
├── routes/ # 路由配置
├── hooks/ # 自定义 Hooks
├── utils/ # 工具函数
├── assets/ # 静态资源
├── App.tsx # 应用入口
└── main.tsx # 主入口
技术栈
贡献
欢迎提交 Issue 和 Pull Request!
许可证
MIT