3 Star 3 Fork 692

mantou / 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/676015863/CmsWing.git
git@gitee.com:676015863/CmsWing.git
676015863
CmsWing
CmsWing
master

搜索帮助