Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 354 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 354 Bytes

element-admin

安装依赖

yarn install

本地开发环境

yarn run serve

编译生产环境(uat)

yarn run build:uat

编译生产环境(prod)

yarn run build:prod

Lints and fixes files

yarn run lint

在线浏览

点击(https://loinver.github.io/element-admin/uat/index.html).