GDB 可视化控制台 运行 安装依赖库: npm install cd backend && npm install && cd - 开发模式运行 PORT=3030 npm run server npm start 编译后运行 npm run build npm run server 浏览器中打开http://localhost:3000查看。