参考国家医保局 ICD-10 医保版查询页的双栏目录/详情交互制作
- Node.js 24 或更高版本(项目使用
node:sqlite) - Python 3(仅在重新导入 Excel 时使用)
npm install
npm run data:build
npm run dev打开 http://localhost:5173 开发命令会同时启动 Vite 和 API 服务,前端请求通过 Vite 代理到 http://localhost:3000
npm run build
npm start打开 http://localhost:3000。Express 会同时提供 API 和 dist 静态文件