在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):didi/mand-mobile开源软件地址(OpenSource Url):https://github.com/didi/mand-mobile开源编程语言(OpenSource Language):Vue 66.8%开源软件介绍(OpenSource Introduction):mand-mobileA mobile UI toolkit, based on Vue.js 2, designed for financial scenarios English | 中文 LinksPreviewYou can scan the following QR code to access the examples: Install & UsageTemplate for new projectVue CLI 2New 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 3New 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 Manuallynpm install mand-mobile --save Import
import { Button } from 'mand-mobile'
import Button from 'mand-mobile/lib/button'
import Vue from 'vue'
import mandMobile from 'mand-mobile'
import 'mand-mobile/lib/mand-mobile.css'
Vue.use(mandMobile) UsageSelect the components you need to build your webapp. Find more details in Quick Start. Developmentgit 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. ContributingWelcome to contribute by creating issues or sending pull requests. See Contributing Guide for guidelines. CommunityLicenseMand Mobile is licensed under the Apache License 2.0. See the LICENSE file. Useful Links
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论