技术分析机器人 源码
技术分析BOT 描述 库存分析和订单通知。 安装 $ yarn install 运行应用 # development $ yarn start # watch mode $ npm run start:dev < app> # production mode $ npm run start:prod < app> 测试 # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov