0.0.9 • Published 5 years ago

pagoda-mobile_test v0.0.9

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

安装

# 通过 npm 安装
npm i pagoda-mobile -S

# 通过 yarn 安装
yarn add pagoda-mobile

快速上手

import Vue from 'vue';
import { Button } from 'pagoda-mobile';
import 'pagoda-mobile/lib/index.css';

Vue.use(Button);

pagoda-mobile 也支持按需引入等方式,详细说明见 快速上手.

浏览器支持

现代浏览器以及 Android 4.0+, iOS 6+.

链接

灵感来源

本项目参考 Vantmand-mobile开发