0.0.4 • Published 5 years ago

@exp-plus/package v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Exp Plus

与腾讯云结合,快速启动应用。 参考 https://eggjs.org/zh-cn/intro/index.html

测试

# 在 config 文件夹中以 template.js 为模板填写好相关第三方服务的 id、key、secret 等之后可运行。
$ yarn
$ yarn test

功能

目录结构

├── config          配置文件目录
├── exception       枚举的错误
├── global          全局变量,如 env 等
├── images          测试图片
├── middleware      中间件
├── node_modules
├── plugin          第三方服务
└── util            工具方法

小技巧

# 生成目录结构,需先安装 tree
$ tree -d -L 1