iView Admin

基于 iView 的 Vue 2.0 管理员管理系统模板。「Vue 2.0 admin management system template based on iView」

Github stars Tracking Chart

iView Admin

基于 iView 的 Vue 2.0 管理员管理系统模板。

介紹

iView Admin是一款前端管理后台一体化解决方案。它基于Vue.js并使用UI工具包iView。

image

特性

  • 登录/注销
  • 权限认证
    • 过滤器列表
    • 允许切换
  • i18n
    • 组成部分
    • 丰富的文本编辑器
    • Markdown编辑器
    • 城市Cascader
    • 照片预览和编辑
    • 可拖动列表
    • 文件上传
    • 数字梯度
    • 分层
  • 表单
    • 发表的文章
    • 工作流程
    • 拖放式排序
    • 可搜索的形式
    • 表格导出数据
      • 导出到Csv文件
      • 导出到Xls文件
    • 从表格到图片
  • 错误页面
    • 403
    • 404
    • 500
  • 路由器
    • 动态路由
    • 参考页
  • 主题
  • 收缩侧栏
  • 标签导航
  • 面包屑导航
  • 全屏/退出全屏
  • 锁屏
  • 信息中心
  • 个人中心

开始

# clone the project
git clone https://github.com/iview/iview-admin.git

// install dependencies
npm install

// develop
npm run dev

构建

npm run build

许可证

MIT

Copyright (c) 2016-present, TalkingData


(The first version translated by vz on 2020.08.30)

Overview

Name With Owneriview/iview-admin
Primary LanguageVue
Program languageHTML (Language Count: 4)
PlatformLinux, Mac, Windows
License:MIT License
Release Count32
Last Release Namev2.5.0 (Posted on )
First Release Namev1.0.0 (Posted on )
Created At2017-09-15 10:34:27
Pushed At2022-05-10 06:51:56
Last Commit At2019-08-15 18:33:53
Stargazers Count16.4k
Watchers Count626
Fork Count4.9k
Commits Count462
Has Issues Enabled
Issues Count1183
Issue Open Count563
Pull Requests Count90
Pull Requests Open Count48
Pull Requests Close Count73
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private



vue
iview ui
npm

Introduction

iView Admin is a front-end management background integration solution. It based on Vue.js and use the UI Toolkit iView.

image

Features

  • Login / Logout
  • Permission Authentication
    • A list of filters
    • Permission to switch
  • i18n
  • Components
    • Rich Text Editor
    • Markdown Editor
    • City Cascader
    • Photos preview and edit
    • Draggable list
    • File upload
    • Digital gradient
    • split-pane
  • Form
    • The article published
    • Workflow
  • Table
    • Drag-and-drop sort
    • Searchable form
    • Table export data
      • Export to Csv file
      • Export to Xls file
    • Table to picture
  • Error Page
    • 403
    • 404
    • 500
  • Router
    • Dynamic routing
    • With reference page
  • Theme
  • Shrink the sidebar
  • Tag navigation
  • Breadcrumb navigation
  • Full screen / exit full screen
  • Lock screen
  • The message center
  • Personal center

Getting started

# clone the project
git clone https://github.com/iview/iview-admin.git

// install dependencies
npm install

// develop
npm run dev

Build

npm run build

License

MIT

Copyright (c) 2016-present, TalkingData

To the top