# gratify-ui **Repository Path**: dyuloon/gratify-ui ## Basic Information - **Project Name**: gratify-ui - **Description**: Gratify UI组件库 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-02 - **Last Updated**: 2023-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gratify-ui [![NPM version](https://img.shields.io/npm/v/gratify-ui.svg?style=flat)](https://npmjs.org/package/gratify-ui) [![NPM downloads](http://img.shields.io/npm/dm/gratify-ui.svg?style=flat)](https://npmjs.org/package/gratify-ui) A react library developed with dumi ## Usage TODO ## Options TODO ## Development ```bash # install dependencies $ npm install # develop library by docs demo $ npm start # build library source code $ npm run build # build library source code in watch mode $ npm run build:watch # build docs $ npm run docs:build # check your project for potential problems $ npm run doctor ``` ## 发布文档流程 $ npm run build $ npm run docs:build $ npm run deploy gitee 需要手动更新 Pages 服务 文档访问地址:https://dyuloon.gitee.io/gratify-ui 博客访问地址:https://dyuloon.gitee.io/ ## LICENSE MIT