All Projects β†’ didi β†’ Mand Mobile

didi / Mand Mobile

Licence: apache-2.0
πŸ’° A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
stylus
462 projects

Projects that are alternatives of or similar to Mand Mobile

Vuetify
πŸ‰ Material Component Framework for Vue
Stars: ✭ 33,085 (+935.85%)
Mutual labels:  ui-kit, vue-components
Vue Beauty
Beautiful UI components build with vue and ant design
Stars: ✭ 2,109 (-33.97%)
Mutual labels:  ui-kit, vue-components
Vuestic Admin
Free and Beautiful Vue 3 Admin Template
Stars: ✭ 8,398 (+162.93%)
Mutual labels:  ui-kit, vue-components
Atui
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 674 (-78.9%)
Mutual labels:  ui-kit, vue-components
Element
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 51,416 (+1509.77%)
Mutual labels:  ui-kit, vue-components
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (-78.02%)
Mutual labels:  ui-kit, vue-components
Balm Ui
♦️ A modular and customizable UI library based on Material Design and Vue
Stars: ✭ 133 (-95.84%)
Mutual labels:  ui-kit, vue-components
Iview
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 23,930 (+649.22%)
Mutual labels:  ui-kit, vue-components
Wdui
Mobile UI Components Library based on Vue 2.0 at Weidian
Stars: ✭ 244 (-92.36%)
Mutual labels:  ui-kit, vue-components
Vue Material Kit
Vue Material Kit - Open Source Material Design UI Kit
Stars: ✭ 231 (-92.77%)
Mutual labels:  ui-kit, vue-components
Mint Ui
Mobile UI elements for Vue.js
Stars: ✭ 16,471 (+415.69%)
Mutual labels:  ui-kit, vue-components
vuestic-ui
Free and Open Source UI Library for Vue 3 🀘
Stars: ✭ 1,501 (-53.01%)
Mutual labels:  vue-components, ui-kit
Storefront Ui
Customization-first, performance-oriented and elegant UI framework for eCommerce (and not only) based on Vue.js and Google Retail UX Playbook. Made with πŸ’š by Vue Storefront team and contributors.
Stars: ✭ 1,827 (-42.8%)
Mutual labels:  ui-kit, vue-components
Viewui
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 2,487 (-22.14%)
Mutual labels:  ui-kit, vue-components
void-ui
A UI toolkit for Vue.js.
Stars: ✭ 20 (-99.37%)
Mutual labels:  vue-components, ui-kit
morning-ui
πŸš€ηŽ°δ»£γ€ι«˜ζ•ˆγ€ε‹ε–„ηš„ζ‘Œι’η»„δ»ΆεΊ“
Stars: ✭ 103 (-96.78%)
Mutual labels:  vue-components, ui-kit
Tui
This is a high quanlity components library for VUE
Stars: ✭ 258 (-91.92%)
Mutual labels:  vue-components
Imagvue
πŸŽ‘ Imagvue is an image component for Vue.js
Stars: ✭ 268 (-91.61%)
Mutual labels:  vue-components
Django Ledger
A bookkeeping & financial analysis engine for the Django Framework. UNDER ACTIVE DEVELOPMENT & NOT STABLE YET.
Stars: ✭ 253 (-92.08%)
Mutual labels:  financial
Vue Spinners
πŸ’« A collection of loading spinner components for Vuejs
Stars: ✭ 255 (-92.02%)
Mutual labels:  vue-components

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 | δΈ­ζ–‡

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.

Useful Links

  • 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 /'dΙ”:ra:'emΙ”n/: A full-featured App (iOS & Android) development assistant. You deserve it.

  • Chameleon /kΙ™ΛˆmiːlΙͺΙ™n/: Unify all platforms(Web/Weex/Mini program) with MVVM. Focus on Write Once Run AnyWhere.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].