Go to file
Aresn 8d9bd03b04
Update README.md
2018-07-31 10:08:19 +08:00
build add scroll-bar 2018-04-16 09:46:15 +08:00
github-gif udpate 2018-01-16 12:08:07 +08:00
src Merge pull request #463 from lemori/dev 2018-07-09 10:06:22 +08:00
.babelrc update .babelrc 2018-01-17 17:16:38 +08:00
.editorconfig rollback 2017-09-27 22:55:03 +08:00
.eslintignore update 2018-01-12 11:40:16 +08:00
.eslintrc.json update 2017-12-04 15:59:00 +08:00
.gitignore Update .gitignore 2017-11-24 10:31:11 +08:00
.postcssrc.js some updated 2017-12-08 15:14:57 +08:00
.travis.yml rollback 2017-09-27 22:55:03 +08:00
LICENSE rollback 2017-09-27 22:55:03 +08:00
README.md Update README.md 2018-07-31 10:08:19 +08:00
README_EN.md update readme 2018-01-16 13:05:34 +08:00
index.html update to 1.2.0 2017-11-15 22:59:51 +08:00
package-lock.json update 2018-04-23 12:20:44 +08:00
package.json update 2018-04-23 13:49:45 +08:00
td_icon.ico update iview to 2.5.0-beta.1, and add icon 2017-10-16 16:53:38 +08:00

README_EN.md

iView Admin

vue iview ui npm

Current versionv1.3.1

Update log

WIKI

View online

Simplified template

Note: The demo online will be updated after the new version of the development version is released, so if you want to experience the iview-admin with latest version, please clone the full project code and run it locally.

Install

// install dependencies
npm install

Run

Development

npm run dev

Production(Build)

npm run build

Introduction

iView-admin is a suite of backstage management system developed based on Vue.js and use the UI Toolkit -- iView. It's maintained by the TalkingData front-end visualization team member. iView-admin compolies with iView design and development contract, use uniform style, and more features are developing. If you want to check the update of iView-admin, you can view Update log to get. If you are new to iView-admin, you can go to WIKI for tutorials. If you want to experience iView-admin online, you can visit View online to experience. If you just want a sober and cool interface then you can download Simplify Templates for development.

Features

  • Login/Logout
  • Authority management
    • Menu filter
    • Permission switch
  • Multi-language switch
  • Components
    • text editor
    • Markdown editor
    • Area cascade
    • Picture editor
    • Dragable list
    • File upload
    • Count animation
    • Split pane
  • Form
    • Artical publish
    • Workflow
  • Tables
    • Dragable table
    • Editable table
      • Inline editable table
      • Cell editable table
    • Searchable table
    • Exporting data
      • As CSV file
      • As XLS file
    • Table to picture
  • Error page
    • 403
    • 404
    • 500
  • Advanced router
    • Dynamic router
    • Pages with arguments
  • Skin
  • Shrinkable sidebar menu
  • Tag navigation
  • Breadcrumbs
  • Full screen/Exit full screen
  • Lock screen
  • Message center
  • Personal center

File tree

.
├── build    //the configuration of project builds
└── src
    ├── images    //images files
    ├── libs    //tool method
    ├── locale    //language files
    ├── router    //configuration of router
    ├── store    //status management
    ├── styles    //style files
    ├── template    //template file
    ├── vendors    //public library files
    └── views
        ├── access    //access management
        ├── advanced-router    //Advanced router
        ├── error_page    //error page
        ├── form    //form
        ├── home    //home page
        │   ├── components    //the components of home page
        ├── international    //Multi-language
        ├── main_components    //Main
        │   ├── lockscreen    //lock screen
        │   ├── shrinkable-menu    //shrinkable sidebar
        │   └── theme-switch    //skin switch
        ├── message    //message center
        ├── my_components    //components
        │   ├── area-linkage    //China area cascade
        │   ├── count-to    //count animation
        │   ├── draggable-list    //dragable list
        │   ├── file-upload    //file upload
        │   ├── image-editor    //picture editor
        │   ├── markdown-editor    //Markdown editor
        │   └── text-editor    //text editor
        ├── own-space    //personal center
        └── tables    //tables

Show

  • home image

  • tag navigation image

  • access management image

  • dragable list image

  • picture editor image

  • file upload image

  • count animation image

  • split-pane image

  • artical publish image

  • workflow image

  • dragable table image

  • editable table image

  • export data image

  • table to picture image

  • error page image

  • lock screen image

  • shrinkable sidbar menu images

  • skin switch image

  • message center image

License

MIT

Copyright (c) 2016-present, iView