1.0.62 • Published 3 years ago

cae v1.0.62

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Cae

基于 Koa 的 MVC 框架

#安装

  • npm
  npm install --save cae
  • yarn:
  yarn add cae

#使用

'use strict';

const { Cae } = require('../index');

const app = new Cae();
app.run();