运行 // 安装依赖 npm install // 启动API服务器 npm run server // 启动Vue npm run dev 测试API GET http://localhost:9999/api/book 访问Vue项目 http://localhost:8080/