peento

0.0.5 • Public • Published

peento

基于 Express 框架和 TinyLiquid 模板引擎 的应用框架,通过 peento 框架可以更方便地编写组件化的Web应用程序。

使用方法

var peento = require('peento');
 
// 创建应用,载入配置 参考文件src/lib/default_config.js
var app = peento(require('./config'));
 
// 载入插件
app.use('xxxx');
 
// 启动服务器
app.start();

详细使用说明请阅读 Wiki

应用实例

授权协议

The MIT License

Dependencies (20)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i peento

    Weekly Downloads

    3

    Version

    0.0.5

    License

    MIT

    Last publish

    Collaborators

    • leizongmin