Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smartprix/el-admin
- Owner: smartprix
- Created: 2017-02-22T02:16:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T14:52:08.000Z (almost 2 years ago)
- Last Synced: 2024-08-11T11:16:01.400Z (3 months ago)
- Language: Vue
- Size: 1.15 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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
```