安装

# 安装 typeorm
npm install typeorm -g

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