1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-07-02 00:59:23 +00:00
Classworks/README.md
SunWuyuan 39c114282c
1
2025-03-16 16:21:15 +08:00

76 lines
1.9 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Classworks
![GitHub](https://img.shields.io/github/license/ClassworksDev/Classworks?style=flat-square)
![GitHub stars](https://img.shields.io/github/stars/ClassworksDev/Classworks?style=flat-square)
![GitHub forks](https://img.shields.io/github/forks/ClassworksDev/Classworks?style=flat-square)
![GitHub issues](https://img.shields.io/github/issues/ClassworksDev/Classworks?style=flat-square)
![Classworks](./images/banner.png)
基于 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 许可证