Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smartprix/el-admin

Admin components using element (https://github.com/ElemeFE/element) tookit
https://github.com/smartprix/el-admin

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# el-admin

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

## How To Use

```js
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](https://github.com/vuejs/vetur), it will automatically pick up the tag & attribute definitions

## How To Run Examples

```bash
# 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
```