kraken.js 扩展 Yog

码农软件 · 软件分类 · Node.js 扩展 · 2019-04-15 13:44:26

软件介绍

Yog 是一个基于 Express.js 的 Node.js Web 应用引导模块,扩展了 kraken.js

安装

Linux/Unix

$ npm install fex-team/yog

Windows

打开 cmd

npm install fex-team/yog

使用

.
├── app.js
├── config  # some `map.json` and `config.json`
├── controllers
├── lib
├── models
├── public # static
└── views # views or template

app.js

var yog = require('yog');
var app = require('express')();
var PORT = 4000;app.use(yog()).listen(PORT, function () {
    console.log('Listening *:' + PORT);});

详情请看项目: fex-team/yog-app


本文地址:https://codercto.com/soft/d/3635.html

Lean Analytics

Lean Analytics

Alistair Croll、Benjamin Yoskovitz / O'Reilly Media / 2013-3-18 / USD 29.99

If you're involved with a startup, analytics help you find your way to the right product and market before the money runs out. But with a flood of information available, where do you start? This book ......一起来看看 《Lean Analytics》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具