📖 Static Site Generator for component library development
Go to file
2024-10-16 14:42:54 +08:00
.dumi fix: color select disappeared unexpectedly on simulator (#1976) 2023-12-07 18:18:20 +08:00
.github chore: disable mako for docs (#2162) 2024-07-04 21:26:44 +08:00
.husky chore: initialize project 2022-08-03 12:47:12 +08:00
assets-types build: release 2.3.0 2024-04-26 16:45:48 +08:00
bin refactor: lock version for pre-bundled umi plugins (#1293) 2022-11-20 20:17:19 +08:00
compiled feat: support to compile with mako (#2150) 2024-06-27 17:15:34 +08:00
crates/swc_plugin_react_demo chore: upgrade rust toolchain and swc core (#2035) 2024-03-03 15:07:40 +08:00
docs fix: preset-vue (#2204) 2024-09-20 16:50:26 +08:00
examples fix: preset-vue (#2204) 2024-09-20 16:50:26 +08:00
scripts chore: add release script (#2088) 2024-04-28 14:31:46 +08:00
src performance: use assignment instead of object spread for better search performance (#2216) 2024-10-16 14:40:27 +08:00
suites feat: add a template for vue (#2211) 2024-10-10 10:43:31 +08:00
tests test: add basic e2e build case 2022-10-13 17:27:30 +08:00
.dumirc.ts chore: disable mako for docs (#2162) 2024-07-04 21:26:44 +08:00
.editorconfig chore: initialize project 2022-08-03 12:47:12 +08:00
.eslintignore refactor: improve vue tech stack support (#2036) 2024-03-04 15:23:05 +08:00
.eslintrc.js refactor: optimize async route meta solution (#1974) 2023-12-14 18:36:28 +08:00
.fatherrc.ts perf: make search servicer worker to inline 2022-11-25 15:23:45 +08:00
.gitignore feat: support live demo (#1905) 2023-10-18 10:40:36 +08:00
.npmrc feat: use .dumirc & new tmp dir (#1238) 2022-10-28 16:39:35 +08:00
.prettierignore feat: support to render demo with previewer 2022-09-16 20:02:48 +08:00
.prettierrc.js docs: add beta site to deployment 2022-09-30 15:26:56 +08:00
.stylelintrc feat: support to compile with mako (#2150) 2024-06-27 17:15:34 +08:00
Cargo.lock chore: upgrade rust toolchain and swc core (#2035) 2024-03-03 15:07:40 +08:00
Cargo.toml build: fix rust compile error (#1775) 2023-07-18 22:19:32 +08:00
CONTRIBUTING.md docs: add CONTRIBUTING.md (#1617) 2023-04-18 11:40:49 +08:00
index.d.ts refactor: optimize async route meta solution (#1974) 2023-12-14 18:36:28 +08:00
LICENSE chore: initialize project 2022-08-03 12:47:12 +08:00
mako.config.json feat: support to compile with mako (#2150) 2024-06-27 17:15:34 +08:00
package.json build: release 2.4.13 2024-10-16 14:42:54 +08:00
plugin-utils.d.ts feat: add dumi/plugin-utils (#1280) 2022-11-18 18:34:29 +08:00
plugin-utils.js feat: add dumi/plugin-utils (#1280) 2022-11-18 18:34:29 +08:00
pnpm-lock.yaml feat: add a template for vue (#2211) 2024-10-10 10:43:31 +08:00
pnpm-workspace.yaml feat: add father-plugin-dumi-theme 2022-10-28 17:12:50 +08:00
README.md docs: add CONTRIBUTING.md (#1617) 2023-04-18 11:40:49 +08:00
rust-toolchain fix: build exited due to swc core version mismatch (#1595) 2023-04-01 13:07:59 +08:00
rustfmt.toml perf: rewrite react demo swc plugin in rust (#1579) 2023-03-27 19:18:24 +08:00
tech-stack-utils.d.ts feat: improve api parser and json schema for vue (#2051) 2024-04-02 17:23:51 +08:00
tech-stack-utils.js refactor: improve vue tech stack support (#2036) 2024-03-04 15:23:05 +08:00
tsconfig.json refactor: optimize async route meta solution (#1974) 2023-12-14 18:36:28 +08:00
vitest.config.ts refactor: improve vue tech stack support (#2036) 2024-03-04 15:23:05 +08:00

dumi

NPM version NPM downloads GitHub CI

dumi is a static site generator for component library development.

Usage & Guide

To view more online examples and docs, please visit dumi official site.

Contributing

See CONTRIBUTING.md

Badge

Using dumi? Add a README badge to show it off: dumi

[![dumi](https://img.shields.io/badge/docs%20by-dumi-blue)](https://github.com/umijs/dumi)

LICENSE

MIT