0.1.3 • Published 3 years ago

hcttop-eleui v0.1.3

Weekly downloads
14
License
-
Repository
-
Last release
3 years ago

Hcttop ELEUI

hcttop-eleui 是一款基于 Vue.js 2.0 的前端 UI 组件库,主要用于快速开发 PC 网站中后台产品

特性

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

浏览器支持

  • 现代浏览器和 IE9 及以上

安装

  • yarn
yarn add hcttop-eleui
  • npm
npm install hcttop-eleui --save

使用

import hcttop-eleui from 'hcttop-eleui' // 引入组件库
// import 'vvui/packages/theme-default/lib/index.css' // 引入样式库

Vue.use(hcttop-eleui)