Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 291 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 291 Bytes

element-admin

Element admin template

Environment

Node >= 6

Start

yarn
# npm i

Develop

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

Build

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