1 Star 0 Fork 764

friendship / DoraCMS

forked from doramart / DoraCMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.autod.conf.js 342 Bytes
一键复制 编辑 原始数据 按行查看 历史
生哥 提交于 2019-11-16 08:20 . DoraCMS2.1.4,基于 eggjs
'use strict';
module.exports = {
write: true,
prefix: '^',
plugin: 'autod-egg',
test: [
'test',
'benchmark',
],
dep: [
'egg'
],
devdep: [
'egg-ci',
'egg-bin',
'autod',
'eslint',
'eslint-config-egg',
'webstorm-disable-index',
],
exclude: [
'./test/fixtures',
'./dist',
],
};
NodeJS
1
https://gitee.com/friendship_lhj/DoraCMS.git
git@gitee.com:friendship_lhj/DoraCMS.git
friendship_lhj
DoraCMS
DoraCMS
2.1.7

搜索帮助