@aboll/mform 中文文档教程

发布于 4年前 浏览 18 项目主页 更新于 3年前

Dumi Template

A doc template can assist you to develop libraries & write docs.

English | 简体中文

How to use?

✨ Online preview

https://umijs.github.io/dumi-template/

Catalog Introduction

├── docs                   Component documentation
│   ├── index.md           Home page
│   └── **.**              Site Directory Document
├── src                    Component home directory
│   ├── index.ts           Component registration
│   └── Foo                Component development
├── .eslintrc.js           eslint config
├── .fatherrc.ts           father config
├── .umirc.ts              dumi config
└── tsconfig.json          typescript config

The rest of the documents can be consulted by yourself.

Command introduction

NameDescriptionRemarks
npm run startProject beginingDocument usage dumi, component development and documentation development together
npm run testComponent test-
npm run test:coverageCode coverage review-
npm run prettierCode prettier-
npm run buildComponent packagingUse father
npm run releaseComponent package release-
npm run docs:buildDocument packaging-
npm run docs:deployDocument releaseThe default is to use GitHub Pages
npm run deployDocument package release-

Who are using dumi?


ahooks

alitajs

GGEditor

issues-helper

juejin-im

LightProxy

Pro Components

react-component

Remax

UmiJS

README 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)

Discuss group

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文