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://www.codercto.com/soft/d/3635.html

JavaScript

JavaScript

David Flanagan / O'Reilly Media / 2011-5-13 / GBP 39.99

The book is a programmer's guide and comprehensive reference to the core JavaScript language and to the client-side JavaScript APIs defined by web browsers. The sixth edition covers HTML 5 and ECMA......一起来看看 《JavaScript》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具