The Wayback Machine - https://web.archive.org/web/20200601233815/https://github.com/iview/iview-admin
Skip to content
Vue 2.0 admin management system template based on iView
Vue JavaScript CSS HTML
Branch: master
Clone or download

Latest commit

Latest commit dd86e38 Aug 15, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
public config/index.js添加配置浏览器标签显示的基本标题title的配置,会拼接为 '${title} - ${当前页标题}' Nov 19, 2018
src avator => avatar Feb 22, 2019
tests style Jan 24, 2019
.babelrc 修复eslint检测() => import报错的问题 Oct 12, 2018
.editorconfig init Apr 16, 2018
.eslintignore update Oct 12, 2018
.eslintrc.js 新增组织结构树页面 Dec 20, 2018
.gitignore remove package-lock, close #1183 #1182 #1184 Jan 28, 2019
.postcssrc.js update Aug 21, 2018
.travis.yml add travis.yml May 18, 2018
LICENSE Copyright Aug 15, 2019
README.md Copyright Aug 15, 2019
cypress.json 使用vue-cli3.0 May 18, 2018
package.json 新增tree-select Jan 24, 2019
vue.config.js Update vue.config.js Dec 14, 2018

README.md

iView Admin

Vue.js 2.0 admin management system template based on iView.

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

You can’t perform that action at this time.