### 安装 npm install ### 运行 npm start ### 打包测试环境 npm run build:test ### 打包预发环境 npm run build:prodPre ### 打包正式环境 npm run build:prod