UNPKG

ored

Version:

An UI design language and React&Taro components implementation

16 lines (14 loc) 509 B
import { defineConfig } from 'dumi'; export default defineConfig({ title: 'UI', favicon: 'https://user-images.githubusercontent.com/9554297/83762004-a0761b00-a6a9-11ea-83b4-9c8ff721d4b8.png', logo: 'https://user-images.githubusercontent.com/9554297/83762004-a0761b00-a6a9-11ea-83b4-9c8ff721d4b8.png', outputPath: 'docs-dist', mode: 'site', alias: { 'ored/es': process.cwd() + '/src', demos: process.cwd() + '/src/demos/index.ts', }, // more config: https://d.umijs.org/config });