1 Star 1 Fork 2

mokesun/H5 Editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.umirc.ts 735 Bytes
一键复制 编辑 原始数据 按行查看 历史
mokesun 提交于 2021-11-01 23:08 . first commit
import { defineConfig } from 'umi';
export default defineConfig({
nodeModulesTransform: {
type: 'none',
},
routes: [
{
path: '/',
redirect: '/admin',
},
{
path: '/admin',
component: '@/layouts/AdminLayout',
routes: [
{
title: 'Admin',
path: '/admin',
component: '@/pages/Home',
}
]
},
{
path: '/editor',
component: '@/layouts/EditorLayout',
routes: [
{
title: 'H5 Editor',
path: '/editor',
component: '@/pages/Editor',
}
]
},
{
path: '/preview',
component: '@/pages/Preview',
},
],
dynamicImport: {},
fastRefresh: {},
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mokesun/h5-editor.git
[email protected]:mokesun/h5-editor.git
mokesun
h5-editor
H5 Editor
master

搜索帮助