文件名称:koa-for-rest:rest api的koa模板
文件大小:48KB
文件格式:ZIP
更新时间:2024-02-24 11:30:23
koa rest KoaJavaScript
休息 其余api的koa模板。 用法 git clone npm i # run dev (auto watch, change will be auto restarted) npm run dev # build prod npm run build
【文件预览】:
koa-for-rest-master
----.gitignore(891B)
----package.json(1KB)
----src()
--------bizs()
--------schemas()
--------index.js(2KB)
--------providers()
--------config.js(456B)
--------middlewares()
--------common()
--------routes()
----gulpfile.js(1KB)
----LICENSE(1KB)
----README.md(182B)
----test()
--------sqlite.test.js(4KB)
--------nedb.test.js(2KB)
--------mysql.test.js(4KB)
----.editorconfig(111B)
----docker()
--------Dockerfile(240B)
--------dumb-init(45KB)