Next.js
There was an error while loading. Please reload this page.
1、安装依赖
npm install
2、进入开发环境
npm run dev
3、构建测试包
npm run build:qa
4、在服务器上启动
yarn pm2:start