laihua-ui

0.0.6 • Public • Published

laihua-ui

一个基于 Element ui 深度定制前端实践方案,帮助你快速构建应用。

安装

npm i laihua-ui -S

快速开始

import Vue from "vue";
import LaihuaUI from "laihua-ui";

Vue.use(LaihuaUI);

// or
import {
  LhButton,
  LhSelect,
  // ...
} from "element-ui";

Vue.component(LhButton.name, LhButton);
Vue.component(LhSelect.name, LhSelect);

Readme

Keywords

none

Package Sidebar

Install

npm i laihua-ui

Weekly Downloads

12

Version

0.0.6

License

MIT

Unpacked Size

325 kB

Total Files

68

Last publish

Collaborators

  • zzw2020