Skip to content

q269384828/mand-mobile

Β 
Β 

Repository files navigation

<<<<<<< HEAD English | δΈ­ζ–‡


mand-mobile

=======

mand-mobile

18544c76be38dcf6854e44bbdbdef665e1379462

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

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

<<<<<<< HEAD

πŸŽ‰πŸŽ‰πŸŽ‰ Mand Mobile 2.0, experience immediately

======= English | δΈ­ζ–‡

18544c76be38dcf6854e44bbdbdef665e1379462

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 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 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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 66.5%
  • JavaScript 28.6%
  • CSS 4.7%
  • HTML 0.2%