huiyi-h5/README.md
2024-02-10 16:31:53 +08:00

23 lines
731 B
Markdown
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.

# 盛年会议 - 新版
## 项目简介
- 提交代码使用`npm run cz`代替`git commit`。
## 目录结构
- `api`:存放接口文件。
- `assets`:存放静态资源文件。
- `components`:存放公共组件(自动注册)。
- `composables`存放自定义hook自动注册
- `layout`: 存放布局文件。
- `store`存放pinia存储文件。
- `styles`:存放样式文件。
- `utils`:存放工具函数。
- `views`:存放页面文件。
- `App.vue`:根组件。
- `main.ts`:入口文件。
- `shims-vue.d.ts`:类型文件。
- `vite.config.ts`vite配置文件。
- `tsconfig.json`typescript配置文件。
- `package.json`:依赖文件。
- `README.md`:项目说明文件。