1.0.0 • Published 5 years ago

thinkive-ui v1.0.0

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

Thinkive-UI

Thinkive-ui 是一款基于 Vue.js 2.0 的前端 UI 组件库,简单上手,快速开发 H5 应用产品。

特性

  • 基于 Vue 开发的 UI 组件
  • 使用 npm + webpack + babel 的工作流,支持 ES2015
  • 提供友好的 API,可灵活的使用组件

浏览器支持

  • 现代浏览器和 IE9 及以上

安装

  • yarn
yarn add thinkive-ui
  • npm
npm install thinkive-ui --save

使用

import hui from 'thinkive-ui' // 引入组件库
import 'thinkive-ui/lib/theme-default/hui.css'  // 引入样式库

Vue.use(hui) //全局使用
1.0.0

5 years ago