Skip to content

开放平台运营后台,基于前端框架iview-admin。

License

Notifications You must be signed in to change notification settings

fafalong/open-admin-ui

 
 

Repository files navigation

运营后台管理UI


简介

基于iview Admin 前端框架传送门

演示地址

服务端代码仓库

开源不易,请随手给个Star! 感谢支持!

码云 Github

按钮权限控制

全局函数 hasAuthority('功能编码,功能编码2') 多个用,号隔开

<Button v-show="hasAuthority('systemUserCreate')" type="primary">

Install

// install dependencies
npm install

Run

Development

npm run dev

Production(Build)

npm run build

功能预览

About

开放平台运营后台,基于前端框架iview-admin。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 66.7%
  • JavaScript 26.5%
  • CSS 5.2%
  • HTML 1.6%