Skip to content

smartprix/el-admin

Repository files navigation

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