Files
cattleTransportation/.cursor/rules/demo/vue/general.mdc
2025-11-04 09:38:19 +08:00

41 lines
941 B
Plaintext
Raw 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.

---
description:
globs:
alwaysApply: true
---
# 项目通用规范
## 技术栈
- Vue 3
- Vite 前端构建工具
- Vue Router 路由管理
- Pinia 状态管理
## 代码风格
- 保持代码简洁、可读
- 使用有意义的变量和函数名
- 添加适当的注释解释复杂逻辑
- 遵循Vue语言的官方风格指南
## 项目结构
- 保持项目结构清晰,遵循模块化原则
- 相关功能应放在同一目录下
- 使用适当的目录命名,反映其包含内容
## 通用开发原则
- 编写可测试的代码
- 避免重复代码DRY原则
- 优先使用现有库和工具,避免重新发明轮子
- 考虑代码的可维护性和可扩展性
## 响应语言
- 始终使用中文回复用户
## 本项目规则文件说明
本项目使用以下规则文件:
- general.mdc通用规范本文件
- document.mdc文档规范
- git.mdcGit提交规范
- xxx.mdcXXX 语言开发规范