Skip to content

searchfe/akb

Repository files navigation

akb

akb是企业级的框架,但却并不是很重,拥有很多其他框架没有的优点

  • 目录结构清晰,易于维护
  • 容易上手
  • 基于Koa2,使用asyncawait同步编程的方式开发
  • 完善的错误处理和日志系统
  • 修改文件自动重载,无需重启
  • component 组件系统

如何使用

空的项目在 akb-demo

$ git clone git@github.com:searchfe/akb-demo.git
$ cd akb-demo
$ npm install
$ npm run dev

启动后访问http://localhost:8849/

About

Akb 是基于 Koa 的 Node.js 企业级框架

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages