# iview-admin **Repository Path**: ProjectForStudy/iview-admin ## Basic Information - **Project Name**: iview-admin - **Description**: iView admin 是基于 Vue.js,搭配使用 iView UI 组件库形成的一套后台集成解决方案 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 727 - **Created**: 2018-04-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# iView Admin [](https://travis-ci.org/iview/iview-admin) [](https://github.com/vuejs/vue) [](https://github.com/iview/iview) []() ## Current version:v1.3.1 [Update log](https://github.com/iview/iview-admin/releases) [WIKI](https://github.com/iview/iview-admin/wiki) [View online](https://iview.github.io/iview-admin) [Simplified template](https://github.com/iview/iview-admin/tree/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 ```bush // install dependencies npm install ``` ## Run ### Development ```bush npm run dev ``` ### Production(Build) ```bush npm run build ``` ## Introduction iView-admin is a suite of backstage management system developed based on Vue.js and use the UI Toolkit -- [iView](https://www.iviewui.com). 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](https://github.com/iview/iview-admin/releases) to get. If you are new to iView-admin, you can go to [WIKI](https://github.com/iview/iview-admin/wiki) for tutorials. If you want to experience iView-admin online, you can visit [View online](https://iview.github.io/iview-admin) to experience. If you just want a sober and cool interface then you can download [Simplify Templates](https://github.com/iview/iview-admin/tree/template) 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 ```shell . ├── 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 ``` ## Links - [TalkingData](https://github.com/TalkingData) - [iView](https://github.com/iview/iview) - [Vue](https://github.com/vuejs/vue) - [Webpack](https://github.com/webpack/webpack) ## Show - home  - tag navigation  - access management  - dragable list  - picture editor  - file upload  - count animation  - split-pane  - artical publish  - workflow  - dragable table  - editable table  - export data  - table to picture  - error page  - lock screen  - shrinkable sidbar menu s - skin switch  - message center  ## License [MIT](http://opensource.org/licenses/MIT) Copyright (c) 2016-present, iView