taco-mobile
v1.0.0
Published
Mobile UI Components built on Vue
Downloads
3
Maintainers
Readme
安装
# Vue 2 项目,安装 Taco:
npm i taco -S
快速上手
import Vue from 'vue';
import { Button } from 'taco';
import 'taco/lib/index.css';
Vue.use(Button);
Taco 也支持按需引入 ,可以减少打包体积。
浏览器支持
taco 支持现代浏览器以及 Android >= 4.0、iOS >= 8.0。