lxzliuxinzhu / mand-mobile

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

Home Page:https://didi.github.io/mand-mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English | 中文


mand-mobile

Build Status codecov npm package NPM downloads

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

Links

Preview

You can scan the following QR code to access the examples:

Mand Mobile Examples

Install & Usage

Template for new project

New project can be initialized and integrate mand-mobile by vue-cli with mand-mobile-template.

vue init mand-mobile/mand-mobile-template my-project

Install

npm install mand-mobile --save

Import

import { Button } from 'mand-mobile'
  • Manually import
import Button from 'mand-mobile/lib/button'
  • Totally import
import Vue from 'vue'
import mandMobile from 'mand-mobile'
import 'mand-mobile/lib/mand-mobile.css'

Vue.use(mandMobile)

CDN

<link rel="stylesheet" href="https://unpkg.com/mand-mobile/lib/mand-mobile.css">
<script src="https://unpkg.com/mand-mobile/lib/mand-mobile.umd.js"></script>

Usage

Select the components that you need to build your webapp. Find more details in Component Preview and Quick Start.

Development

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.

Contributing

Welcome to contribute by creating issues or sending pull requests. See Contributing Guide for guidelines.

License

Mand Mobile is licensed under the Apache License 2.0. See the LICENSE file.

About

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

https://didi.github.io/mand-mobile

License:Apache License 2.0


Languages

Language:Vue 58.7%Language:JavaScript 37.2%Language:CSS 3.9%Language:HTML 0.2%