yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint
yarn run test:e2e
yarn run test:unit
进入server
文件夹
pm2 start ecosystem.config.js --interpreter babel-node
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint
yarn run test:e2e
yarn run test:unit
进入server
文件夹
pm2 start ecosystem.config.js --interpreter babel-node