init
This commit is contained in:
16
.umirc.ts
Normal file
16
.umirc.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineConfig } from 'umi';
|
||||
|
||||
export default defineConfig({
|
||||
routes: [
|
||||
{ path: '/', component: 'indexPage' },
|
||||
{ path: '/casePage', component: 'casePage' },
|
||||
{ path: '/docPage', component: 'docPage' },
|
||||
{ path: '/sourcePage', component: 'sourcePage' },
|
||||
{ path: '/aboutPage', component: 'aboutPage' },
|
||||
],
|
||||
title: '打印模版设计器',
|
||||
npmClient: 'yarn',
|
||||
base: '/web-wxp-print-portal',
|
||||
publicPath: '/web-wxp-print-portal/',
|
||||
outputPath: 'web-wxp-print-portal'
|
||||
});
|
||||
Reference in New Issue
Block a user