chore: 初始化医签通前端项目结构与文档

This commit is contained in:
yelan
2026-08-27 10:40:29 +08:00
commit 3f27d4dd3a
47 changed files with 5829 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "medical-sign",
"private": true,
"version": "0.0.0",
"description": "医签通医疗知情同意电子签署平台前端项目",
"scripts": {
"dev:clinical": "npm --prefix clinical-web run dev",
"dev:patient": "npm --prefix patient-h5 run dev",
"build:clinical": "npm --prefix clinical-web run build",
"build:patient": "npm --prefix patient-h5 run build"
}
}