1 Star 0 Fork 149

wulon / godocms

forked from godo / godoOA 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
development.js 590 Bytes
一键复制 编辑 原始数据 按行查看 历史
godo 提交于 2022-01-08 18:24 . add auth
const path = require('path');
const Application = require('thinkjs');
const watcher = require('think-watcher');
const babel = require('think-babel');
const notifier = require('node-notifier');
//const open = require('open');
const instance = new Application({
ROOT_PATH: __dirname,
APP_PATH: path.join(__dirname, 'app'),
watcher: watcher,
// docTranspiler: [jsdoc, {
// match: /(controll)/g,
// }],
transpiler: [babel, {
presets: ['think-node']
}],
notifier: notifier.notify.bind(notifier),
env: 'development'
});
instance.run();
//open('http://localhost:8200');
NodeJS
1
https://gitee.com/wulon/godocms.git
git@gitee.com:wulon/godocms.git
wulon
godocms
godocms
master

搜索帮助