https://github.com/mowatermelon/tool
tool
https://github.com/mowatermelon/tool
dumi
Last synced: about 2 months ago
JSON representation
tool
- Host: GitHub
- URL: https://github.com/mowatermelon/tool
- Owner: mowatermelon
- License: mit
- Created: 2021-03-05T06:42:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T03:51:06.000Z (over 4 years ago)
- Last Synced: 2025-08-14T00:03:38.691Z (about 2 months ago)
- Topics: dumi
- Language: TypeScript
- Homepage: http://t.iiwhy.cn
- Size: 982 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# đ Dumi & tool & mo
## đ How to use?
```sh
# éĺčŚéćŠćŻ npm çďźä˝żç¨ćˇĺŽéĺćäşéŽé˘
npm i
```## ⨠Online preview
t.iiwhy.cn

## đ 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
| Name | Description | Remarks |
| ----------------------- | ------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| `npm run start` | Project begining | Document usage [dumi](https://github.com/umijs/dumi), component development and documentation development together |
| `npm run test` | Component test | - |
| `npm run test:coverage` | Code coverage review | - |
| `npm run prettier` | Code prettier | - |
| `npm run build` | Component packaging | Use [father](https://github.com/umijs/father) |
| `npm run release` | Component package release | - |
| `npm run docs:build` | Document packaging | - |
| `npm run docs:deploy` | Document release | The default is to use GitHub Pages |
| `npm run deploy` | Document package release | - |