介绍 安装 $ yarn install 项目运行 # development $ yarn run start # watch mode $ yarn run start:dev # production mode $ yarn run start:prod 测试 # unit tests $ yarn run test # e2e tests $ yarn run test:e2e # test coverage $ yarn run test:cov