11 Star 11 Fork 5

吴彦文 / thinkjsplus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
development.js 387 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuyanwen 提交于 2017-09-19 16:57 . 初始化提交
const Application = require('thinkjs');
const babel = require('think-babel');
const watcher = require('think-watcher');
const notifier = require('node-notifier');
const instance = new Application({
ROOT_PATH: __dirname,
watcher: watcher,
transpiler: [babel, {
presets: ['think-node']
}],
notifier: notifier.notify.bind(notifier),
env: 'development'
});
instance.run();
JavaScript
1
https://gitee.com/wuyanwen/thinkjsplus.git
git@gitee.com:wuyanwen/thinkjsplus.git
wuyanwen
thinkjsplus
thinkjsplus
master

搜索帮助