el-admin
TypeScript icon, indicating that this package has built-in type declarations

0.7.3 • Public • Published

el-admin

Admin components using element (https://github.com/ElemeFE/element) tookit

How To Use

import Vue from 'vue';
import ElAdmin from 'el-admin';

Vue.use(ElAdmin);

Documentation is a WIP, meanwhile you can take a look at the example folder to find out some examples.

Vetur support

Add vetur extension, it will automatically pick up the tag & attribute definitions

How To Run Examples

# clone this repository
git clone https://github.com/smartprix/el-admin.git
cd el-admin

# install dependencies
yarn

# run any example
node examples/simple/run.js

Package Sidebar

Install

npm i el-admin

Weekly Downloads

2

Version

0.7.3

License

ISC

Unpacked Size

33.2 kB

Total Files

17

Last publish

Collaborators

  • smartprix