Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.

peento/peento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

peento框架

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •