1 Star 0 Fork 0

流浪书生 / formio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 249 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yury Rybak 提交于 2018-01-09 17:03 . Some refactoring
'use strict';
const util = require('./src/util/util');
require('colors');
require('./server')().then(function(state) {
util.log(` > Serving the Form.io API Platform at ${state.config.domain.green}`);
state.server.listen(state.config.port);
});
JavaScript
1
https://gitee.com/yyalon/formio.git
git@gitee.com:yyalon/formio.git
yyalon
formio
formio
master

搜索帮助