安装依赖 npm install 开发环境 npm server 该命令会启动后端 nodejs 服务 npm run dev 该命令会启动前端 vue 开发环境 服务端渲染编译 npm run build:server 客户端渲染编译 npm run build:client