Skip to content

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

License

Notifications You must be signed in to change notification settings

lizzie0802/mand-mobile

Folders and files

NameName
Last commit message
Last commit date
Aug 13, 2019
Sep 17, 2019
Feb 4, 2020
Mar 26, 2018
Jul 18, 2019
Sep 4, 2019
Nov 6, 2019
Mar 26, 2018
Dec 10, 2018
Sep 4, 2019
Dec 13, 2018
Mar 26, 2018
Mar 26, 2018
Mar 26, 2018
Feb 22, 2019
Feb 23, 2019
Aug 1, 2019
Dec 26, 2019
Dec 26, 2019
Mar 15, 2019
Mar 26, 2018
Mar 26, 2018
Jul 22, 2019
Jul 22, 2019
Mar 26, 2018
Apr 9, 2019
Sep 11, 2019
Dec 26, 2019
Mar 8, 2019

Repository files navigation

LOGO

mand-mobile

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

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


English | 中文

Links

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 with mand-mobile-template.

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 with vue-cli-plugin-mand.

vue create my-project
cd my-project
npm install --save-dev vue-cli-plugin-mand
vue invoke mand

Manually

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)

Usage

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

Development

git clone [email protected]: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 PR

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

Community

Mand Mobile Community

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 66.8%
  • JavaScript 28.6%
  • Stylus 4.3%
  • Other 0.3%