Initial commit
parents
Showing
.gitignore
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "duiba-minipgm", | |||
| "version": "1.0.0", | |||
| "description": "wechat minigrogram duiba credits mall demo", | |||
| "main": "app.js", | |||
| "scripts": { | |||
| "start": "node ./server/app.js", | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "keywords": [ | |||
| "duiba", | |||
| "wechat", | |||
| "miniprogram", | |||
| "credits", | |||
| "malll", | |||
| "demo" | |||
| ], | |||
| "author": "tonyfxt", | |||
| "license": "ISC", | |||
| "dependencies": { | |||
| "koa": "^2.4.1", | |||
| "koa-bodyparser": "^4.2.0", | |||
| "koa-router": "^7.4.0", | |||
| "mime": "^2.2.0", | |||
| "mz": "^2.7.0", | |||
| "nunjucks": "^3.0.1" | |||
| } | |||
| } |
server/app.js
0 → 100644
server/controllers/duiba.js
0 → 100644
server/utils/controller.js
0 → 100644
server/utils/static-files.js
0 → 100644
server/utils/templating.js
0 → 100644
Please register or sign in to comment