https://github.com/elementui/element-admin
https://github.com/elementui/element-admin
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elementui/element-admin
- Owner: ElementUI
- Created: 2016-12-15T07:25:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T08:41:44.000Z (over 9 years ago)
- Last Synced: 2025-03-25T17:13:53.368Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://elementui.github.io/element-admin/
- Size: 924 KB
- Stars: 28
- Watchers: 6
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```