mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-07-02 00:59:23 +00:00
76 lines
1.9 KiB
Markdown
76 lines
1.9 KiB
Markdown
# Classworks
|
||
|
||

|
||

|
||

|
||

|
||

|
||
|
||
基于 Vue 3 + Vuetify 的现代化作业管理系统前端项目
|
||
|
||
## ✨ 特性
|
||
|
||
- 🎯 TypeScript 支持
|
||
- 🎨 基于 Vuetify 3 的精美 UI
|
||
- 📱 响应式设计,完美适配多端
|
||
- ⚡️ Vite 提供的极速开发体验
|
||
- 🔑 完善的权限管理系统
|
||
- 🎉 丰富的组件和功能模块
|
||
|
||
## 📦 快速开始
|
||
|
||
### 环境准备
|
||
|
||
- Node.js 16+
|
||
- pnpm
|
||
|
||
### 安装步骤
|
||
|
||
```bash
|
||
# 克隆项目
|
||
git clone https://github.com:ClassworksDev/Classworks.git
|
||
cd Classworks
|
||
|
||
# 安装依赖
|
||
pnpm install
|
||
|
||
# 启动开发服务器
|
||
pnpm run dev
|
||
|
||
# 构建生产版本
|
||
pnpm run build
|
||
```
|
||
|
||
## 📂 项目结构
|
||
|
||
```
|
||
Classworks/
|
||
├── src/ # 源代码
|
||
├── public/ # 静态资源
|
||
├── components/ # 通用组件
|
||
├── views/ # 页面
|
||
├── store/ # 状态管理
|
||
└── utils/ # 工具函数
|
||
```
|
||
|
||
## 🤝 参与贡献
|
||
|
||
我们非常欢迎社区的贡献!如果你想参与项目开发,请:
|
||
|
||
1. 阅读[提问的智慧](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)
|
||
2. [提交 Issue](https://github.com/ZeroCatDev/ZeroCat/issues/new) 或 Pull Request
|
||
3. 遵循 [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) 行为规范
|
||
|
||
## 👥 联系我们
|
||
|
||
- QQ交流群:964979747
|
||
- 开发者:[@SunWuyuan](https://github.com/sunwuyuan)
|
||
- 官网:[ZeroCat](https://zerocat.houlangs.com)
|
||
|
||
## 🙏 致谢
|
||
|
||
感谢所有为项目做出贡献的开发者!
|
||
|
||
## 📄 开源协议
|
||
|
||
本项目采用 MIT 许可证 |