sixty

Vue Sixty组件库

Usage no npm install needed!

<script type="module">
  import sixty from 'https://cdn.skypack.dev/sixty';
</script>

README

logo

移动端 Vue 组件库

npm version downloads downloads

🔥 文档网站  


安装

# 通过 npm 安装
npm i sixty -S

快速上手

import Vue from 'vue';
import { Button } from 'sixty';
import 'sixty/lib/index.css';

Vue.use(Button);

sixty 也支持按需引入

浏览器支持

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