1 Star 0 Fork 112

devin.gong/cmpage

forked from 老牛/cmpage 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
development.js 204 Bytes
一键复制 编辑 原始数据 按行查看 历史
gooon 提交于 2017-10-09 17:49 +08:00 . 升级到 thinkjs3
const Application = require('thinkjs');
const watcher = require('think-watcher');
const instance = new Application({
ROOT_PATH: __dirname,
watcher: watcher,
env: 'development'
});
instance.run();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/gdcx/cmpage.git
git@gitee.com:gdcx/cmpage.git
gdcx
cmpage
cmpage
master

搜索帮助