# mand-mobile **Repository Path**: mirrors/mand-mobile ## Basic Information - **Project Name**: mand-mobile - **Description**: mand-mobile 是一个面向金融场景的 Vue.js 移动端 UI 组件库 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 42 - **Forks**: 6 - **Created**: 2018-04-19 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

LOGO

mand-mobile

A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios

Build Status codecov npm package npm downloads jsdelivr License
gzip js size gzip css size


**English** | [中文](./README.zh-CN.md) ## Links * [Home](https://didi.github.io/mand-mobile/) * [Development Guide](site/docs/development.md) * [Change Log](CHANGELOG.md) * [Examples](https://didi.github.io/mand-mobile/examples/) * [Palette](https://github.com/mand-mobile/palette) * [Mand Mobile Organization](https://github.com/mand-mobile) ## Preview You can scan the following QR code to access the examples: Mand Mobile Examples ## Install & Usage ### Template for new project #### Vue CLI 2 New project can be initialized and integrated with mand-mobile by [vue-cli-2](https://github.com/vuejs/vue-cli/tree/v2) with [mand-mobile-template](https://github.com/mand-mobile/mand-mobile-template). ```bash vue init mand-mobile/mand-mobile-template my-project ``` #### Vue CLI 3 New project can be initialized and integrated with mand-mobile by [vue-cli](https://github.com/vuejs/vue-cli/tree/master) with [vue-cli-plugin-mand](https://github.com/mand-mobile/vue-cli-plugin-mand). ```bash vue create my-project cd my-project npm install --save-dev vue-cli-plugin-mand vue invoke mand ``` ### Manually ```bash npm install mand-mobile --save ``` ### Import * Use babel-plugin-import or ts-import-plugin (Recommended) ```javascript import { Button } from 'mand-mobile' ``` * Manually import ```javascript import Button from 'mand-mobile/lib/button' ``` * Totally import ```javascript import Vue from 'vue' import mandMobile from 'mand-mobile' import 'mand-mobile/lib/mand-mobile.css' Vue.use(mandMobile) ``` ### Usage Select the components you need to build your webapp. Find more details in [Quick Start](https://didi.github.io/mand-mobile/#/en-US/docs/started). ## Development ```bash git clone git@github.com:didi/mand-mobile.git cd mand-mobile npm install npm run dev ``` Open your browser and visit http://127.0.0.1:4000. Find more details in [Development Guide](https://didi.github.io/mand-mobile/#/en-US/docs/development). ## Contributing [![PR](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/didi/mand-mobile/pulls) Welcome to contribute by creating issues or sending pull requests. See [Contributing Guide](CONTRIBUTING.md) for guidelines. ## Community Mand Mobile Community ## License Mand Mobile is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file. ## Useful Links * [Hummer](https://github.com/didi/Hummer) is a set of high-performance and highly available cross-terminal development framework, a set of code can support the development of Android and iOS applications at the same time. Now supports Vue/TypeScript/JavaScript, for front-end developers, there is always one suitable for you. * [DoraemonKit](https://github.com/didi/DoraemonKit) /'dɔ:ra:'emɔn/: A full-featured App (iOS & Android) development assistant. You deserve it. * [Chameleon](https://github.com/didi/chameleon) /kəˈmiːlɪən/: Unify all platforms(Web/Weex/Mini program) with MVVM. Focus on Write Once Run AnyWhere.