1 Star 1 Fork 0

SyncGithub/fe-code

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
defaultConfig.js 615 Bytes
一键复制 编辑 原始数据 按行查看 历史
XQY279 提交于 2021-08-17 11:59 +08:00 . feat: add code format for api2code
const customConfig = {
projectName: 'empty-project',
buildTool: 'snowpack', // webpack-backup/vite/snowpack; rollup(for feature)
mainFramework: {
name: 'vue',
version: 2,
},
uiFramework: 'none',
featureList: [],
lint: true,
};
const CONFIG_NAME = '.fecoderc.json';
const initConfig = {
request: {
url: 'http://localhost:3000',
headers: {},
},
language: 'zh-CN',
templatePath: 'src',
};
const defaultConfig = {
...initConfig,
...customConfig,
};
module.exports.CONFIG_NAME = CONFIG_NAME;
module.exports.initConfig = initConfig;
module.exports.defaultConfig = defaultConfig;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sync-github/fe-code.git
git@gitee.com:sync-github/fe-code.git
sync-github
fe-code
fe-code
main

搜索帮助