# mooli-mobile
**Repository Path**: ws18250840411/mooli-mobile
## Basic Information
- **Project Name**: mooli-mobile
- **Description**: Mooli Mobile 是开源的,轻量、可靠的移动端 React 组件库。
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: https://ws18250840411.gitee.io/mooli-mobile
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-05-06
- **Last Updated**: 2025-02-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: React, Mobile, TypeScript
## README
Mooli Design Mobile
### 特性
- 🌈 提炼自企业级中后台产品的交互语言和视觉风格。
- 📦 开箱即用的高质量 React 组件。
- 🛡 使用 TypeScript 开发,提供完整的类型定义文件。
- ⚙️ 全链路开发和设计工具体系。
- 🌍 数十个国际化语言支持。
- 🎨 深入每个细节的主题定制能力。
### 📦 安装
```bash
npm install mooli-mobile --save
```
```bash
yarn add mooli-mobile
```
### 🔨 示例
```jsx
import { Button } from 'mooli-mobile';
const App = () => (
<>
>
);
```
## 参与开发
### 本地开发
按照下面的步骤操作,即可在本地开发 Mooli Mobile 组件。
```bash
# 克隆仓库
git clone git@gitee.com:ws18250840411/mooli-mobile.git
# 安装依赖
npm install 或者 yarn install
# 进入开发模式,浏览器访问 http://localhost:8080/mooli-mobile/#/index.html
npm run start 或者 yarn start
```