pagoda-mobile

Mobile UI Components built on Vue

Usage no npm install needed!

<script type="module">
  import pagodaMobile from 'https://cdn.skypack.dev/pagoda-mobile';
</script>

README

安装

# 通过 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开发