1 Star 0 Fork 692

飞牛天使 / CmsWing

forked from CmsWing / CmsWing 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
development.js 203 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿特 提交于 2017-07-13 16:41 . 1.1
const Application = require('thinkjs');
const watcher = require('think-watcher');
const instance = new Application({
ROOT_PATH: __dirname,
watcher: watcher,
env: 'development',
});
instance.run();
NodeJS
1
https://gitee.com/potatozhi/CmsWing.git
git@gitee.com:potatozhi/CmsWing.git
potatozhi
CmsWing
CmsWing
master

搜索帮助