nodejs workflow:Node.js + Koa.js工作流 源码
Node.js + Koa.js工作流程 依存关系: Node.js >= v8; 启动并运行 安装依赖项: yarn (或npm i ); 运行yarn start (或npm run start )以在http://localhost:3001/api 为生产构建运行yarn build (或npm run build )(文件将在dist目录中生成) 剧本 yarn start (or npm run start) :以开发模式启动应用程序 yarn build (or npm run build) :构建项目以生产
文件列表
nodejs-workflow-master.zip
(预估有个10文件)
nodejs-workflow-master
yarn.lock
107KB
src
server
middleware
index.js
311B
index.js
207B
routes
api
todo.js
93B
暂无评论