el-admin
v0.7.3
Published
Admin components using element (https://github.com/ElemeFE/element) tookit
Downloads
24
Maintainers
Readme
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