Files
ulthon_admin/source/README.md

30 lines
1.0 KiB
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.

# source/
本目录用于收纳“配套资源与多端代码”,不影响现有 PHP/ThinkPHP 主工程运行与发布。根目录仍是后端工程的唯一入口。
## 目录约定
- `source/assets/`:通用静态资源(模板、字体、设计稿导出等)
- `source/assets/templates/`
- `source/assets/fonts/`
- `source/docker/`:附属服务/可选服务编排与开发辅助(与根目录 `docker/` 区分)
- `source/clients/`:各端前端/客户端工程
- `source/clients/uniapp/`uni-appVue3 + Vite + JavaScript
- `source/clients/vue-screen/`:预留“大屏端”目录
## 命名规则
- 统一小写,使用 `-` 连接(如 `vue-screen`
- 目录按 `clients / assets / docker` 分类
## 依赖与构建产物
- 每个子工程自带依赖清单(例如 `package.json`
- 禁止提交依赖目录与构建产物(例如 `node_modules/``dist/`
## 安全约束
- 禁止在该目录提交任何密钥/证书/私有 token
- 如需环境变量,提交 `.env.example`,不要提交真实 `.env`
-