@egova/components
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.22 • Public • Published

egova-components

公共业务组件

Install

Using npm:

npm install @egova/components --save

Usage

Using css via import:

import "@egova/components/dist/egova-components.css";
import Vue from "vue";
import eComponents from "@egova/components";

Vue.use(eComponents);

Use SingleComponent component: .Vue file:

import Vue from "vue";
import { TreeSelect } from "@egova/components/packages"

Vue.component(TreeSelect);
...

Package Sidebar

Install

npm i @egova/components

Weekly Downloads

4

Version

0.0.1-alpha.22

License

MIT

Unpacked Size

647 kB

Total Files

45

Last publish

Collaborators

  • wangyue-egova
  • peritot
  • chendebao
  • nirvana_x
  • surelee
  • yuhaoz