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

https://github.com/elementui/element-admin


https://github.com/elementui/element-admin

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# element-admin

> Element admin template

## Environment

`Node >= 6`

## Start

``` bash
yarn
# npm i
```

## Develop

``` bash
# serve with hot reload at localhost:8010
yarn dev
# npm run dev
```

## Build

``` bash
# build for production with minification
yarn build
# npm run build
```