Skip to content

Commit 8dc3510

Browse files
authored
chore: use dumi (#145)
* chore: use dumi * fix lint
1 parent d3a37cc commit 8dc3510

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+165
-35
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ lib
2626
es
2727
yarn.lock
2828
package-lock.json
29+
# umi
30+
.umi
31+
.umi-production
32+
.umi-test
33+
.env.local
34+
.doc

.umirc.gh.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export default {
2+
base: '/cascader/',
3+
publicPath: '/cascader/',
4+
};

.umirc.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
import { defineConfig } from 'dumi';
2+
3+
export default defineConfig({
4+
title: 'rc-cascader',
5+
favicon:
6+
'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
7+
logo:
8+
'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
9+
exportStatic: {},
10+
outputPath: '.doc',
11+
resolve: {
12+
examples: ['none'],
13+
},
14+
styles: [
15+
`
16+
.markdown table {
17+
width: auto !important;
18+
}
19+
`,
20+
]
21+
});

HISTORY.md renamed to CHANGELOG.md

Lines changed: 0 additions & 2 deletions

README.md

Lines changed: 1 addition & 8 deletions

docs/demo/adjust-overflow.md

Lines changed: 3 additions & 0 deletions

docs/demo/animation.md

Lines changed: 3 additions & 0 deletions

docs/demo/change-on-select.md

Lines changed: 3 additions & 0 deletions

docs/demo/custom-arrow-icon.md

Lines changed: 3 additions & 0 deletions

docs/demo/custom-field-name.md

Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)