@idux/archive
is a documentation builder for components library and any need to create interactive documentation site.
more infomation on idux archvie site
English | 简体中文
- Based on Idux Design and components
- Written in TypeScript with complete defined types
- Monorepo:
archive
,archive-app
,archive-collector-collector
... - Create interactive documentation site for your project
- Document demos of vue and other
- Highly extensiable
- Deeply customizable
- Powerful theme customization
npm install --save @idux/archive
pnpm install
Enter any example then run
npm run dev
We welcome all contributions. Please read our CONTRIBUTING.md first. You can submit any ideas as Pull Request or as GitHub issues.
Many of the features are inspired by the following awesome projects.
- Add component API doc auto generation support
- Better HMR support
- Better log support
- Add plugin system to encapsulate customizations
- Add controls to modify demo data or paramaters on web UI
- Add doc meta data extraction and searching support
- Typescript format configuration
- Add homepage support
MIT © 2022-present IDuxFE