peento
v0.0.5
Published
The peento framework
Downloads
3
Readme
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
应用实例
- peento-blog 一个灵活的博客系统
授权协议
The MIT License