🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@ele-cloud/element-ui

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ele-cloud/element-ui

A Component Library for Vue.js.

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install @ele-cloud/element-ui --registry=http://10.1.20.6:8081/nexus/repository/npmgroup/
npm i @ele-cloud/element-theme-light -S

Quick Start

import Vue from 'vue';
import ElementUI from '@ele-cloud/element-ui';
import '@ele-cloud/element-theme-light';
Vue.use(Element)

// or

import {
  Select,
  Button
  // ...
} from 'element-ui'

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

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

Changelog

Detailed changes for each release are documented in the release notes.

Join Discussion Group

Scan the QR code using QQ to join in discussion group :

Join Discusion Group

LICENSE

MIT

Keywords

eleme

FAQs

Package last updated on 09 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts