Nincs leírás

yanxh b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
public b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
scripts b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
src b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
.dockerignore b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
.env b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
.env.development b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
.env.production b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
.env.test b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
.gitignore b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
.npmrc b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
README.md b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
debug-current-user-info-202.md b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
debug-dev-server-config.md b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
env.d.ts b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
index.html b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
package-lock.json b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
package.json b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
pnpm-lock.yaml b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
pnpm-workspace.yaml b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
tsconfig.json b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
tsconfig.node.json b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
vite.config.ts b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja
vite.shell-aliases.ts b26ec1ae55 chore(config): 添加环境配置文件和忽略文件 2 napja

README.md

TravelWebFrontProject

在线订餐管理系统 纯业务 管理端:平台壳来自 npm @fskj-admin/shell,本仓只含业务代码。

结构

目录 说明
src/business/ 业务页面、API、路由
src/components/Fs* 业务扩展组件
src/router/ 薄路由入口
src/config/uploadConfig.ts 上传配置

平台(layouts、stores、登录、GlobalHeader 等)在 @fskj-admin/shell,本仓不含平台源码。

管理端框架(平台壳)

说明
npm 包 @fskj-admin/shellpackage.json 固定版本,如 0.2.0
框架源码 /Users/qiyuan/workspace_front/front-platform-core_3.0.1-Betapackages/platform-shell
升级流程 在 front-platform-core 修改并发布 → 本仓改依赖版本 → pnpm install

启动前 scripts/verify-shell-package.mjs 会校验 shell 已安装、版本一致、关键文件完整;不做本地 platform-shell 路径兜底。

开发

pnpm install
pnpm dev
# http://localhost:9012/#/login

.env.development 中配置 VITE_BASE_PATH 指向 Java 后台。

Docker 开发(干净环境 + 调试)

docker/README.md。快速启动:

cd docker && docker compose -f docker-compose.dev.yml up --build