docs(migration): 添加清渊传奇PHP到Vue+Node.js移植计划文档
- 新增 MIGRATION.md 详细记录PHP到Node.js架构迁移方案 - 包含项目背景、现有资产盘点、架构设计、任务清单等完整规划 - 记录后端补全、前端补全、PHP停用、部署运维四个阶段实施计划 - 提供技术决策、数据库说明、进度总览等关键信息 - 更新 .gitignore 添加 *_out.txt build_output.txt 构建输出文件过滤 - 修复 utils.js 路径引用问题确保代码正常运行
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -6,6 +6,8 @@ yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
*_out.txt
|
||||
build_output.txt
|
||||
|
||||
node_modules
|
||||
dist
|
||||
@@ -22,3 +24,5 @@ dist-ssr
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
.lingma
|
||||
|
||||
Reference in New Issue
Block a user