mooli-mobile
v1.8.2
Published
<div style="margin: 60px;text-align: center;font-size: 48px; color: #0d1a26;font-weight: 500;">Mooli Design Mobile</div>
Downloads
46
Readme
特性
- 🌈 提炼自企业级中后台产品的交互语言和视觉风格。
- 📦 开箱即用的高质量 React 组件。
- 🛡 使用 TypeScript 开发,提供完整的类型定义文件。
- ⚙️ 全链路开发和设计工具体系。
- 🌍 数十个国际化语言支持。
- 🎨 深入每个细节的主题定制能力。
📦 安装
npm install mooli-mobile --save
yarn add mooli-mobile
🔨 示例
import { Button } from 'mooli-mobile';
const App = () => (
<>
<Button type="primary">PRESS ME</Button>
</>
);
参与开发
本地开发
按照下面的步骤操作,即可在本地开发 Mooli Mobile 组件。
# 克隆仓库
git clone [email protected]:ws18250840411/mooli-mobile.git
# 安装依赖
npm install 或者 yarn install
# 进入开发模式,浏览器访问 http://localhost:8080/mooli-mobile/#/index.html
npm run start 或者 yarn start