安装# 安装 typeormnpm install typeorm -g# 生成项目结构(后端使用express)typeorm init --name MyProject --database mysql --express