eoss-element
TypeScript icon, indicating that this package has built-in type declarations

0.3.40 • Public • Published

node 版本 14.18.2


A Vue.js 2.0 UI Toolkit for Web.

Element will stay with Vue 2.x

Links

Install

npm i eoss-element

Quick Start

import Vue from 'vue';
import Element from 'eoss-element';

Vue.use(Element);

// or
import {
  Select,
  Button
  // ...
} from 'eoss-element';

Vue.component(Select.name, Select);
Vue.component(Button.name, Button);

Readme

Keywords

Package Sidebar

Install

npm i eoss-element

Weekly Downloads

116

Version

0.3.40

License

MIT

Unpacked Size

11.2 MB

Total Files

1204

Last publish

Collaborators

  • justin_su
  • huangboge
  • lf112211