1.0.0 • Published 1 year ago
taco-mobile v1.0.0
安装
# 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。
1.0.0
1 year ago