README-EN.md 6.8 KB
Newer Older
H
Hevin 已提交
1 2
# This source code is limited to exchange and study, where it involves legal issues and I have nothing to do with it

H
Hevin 已提交
3
- ## [简体中文](README.md)
H
Hevin 已提交
4
----
H
Hevin 已提交
5 6 7 8 9 10 11 12 13 14 15

# Donate:
#### Your donation is our biggest motivation for open source
- BTC/USDT (Bitcoin/USDT): 1Dwwqhw9pV9iSSQwuJc8nAygda7XfahaoW
- ETH/USDT (Ethereum/USDT): 0x4f1ea0f10aa99f608f31f70b4d3119f6928693ed
- LTC (Litecoin): LXr4TMtDhCSpdAo98vg2sbvX3UXDVPQvMa

## Join us
    In order to facilitate everyone to communicate and learn, please join the QQ exchange group:
    *Blockchain exchange technical knowledge exchange group [QQ group: 735446452]

H
Hevin 已提交
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196

# iView Admin
[![](https://img.shields.io/travis/iview/iview-admin.svg?style=flat-square)](https://travis-ci.org/iview/iview-admin)
[![vue](https://img.shields.io/badge/vue-2.5.2-brightgreen.svg?style=flat-square)](https://github.com/vuejs/vue)
[![iview ui](https://img.shields.io/badge/iview-2.7.2-brightgreen.svg?style=flat-square)](https://github.com/iview/iview)

## Current version:v1.2.3
[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
- 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
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/home.gif)

- tag navigation
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/page-tags.gif)

- access management
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/access.gif)

- dragable list
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/dragable-list.gif)

- picture editor
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/image-editor.gif)

- file upload
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/upload.gif)

- count animation
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/count-to.gif)

- artical publish
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/article-publish.gif)

- workflow
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/workflow.gif)

- dragable table
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/dragable-table.gif)

- editable table
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/editable-table.gif)

- export data
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/exportable-table.gif)

- table to picture
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/table2image.gif)

- error page
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/error-page.gif)

- lock screen
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/locking.gif)

- shrinkable sidbar menu
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/sidebarmenu.gif)s

- skin switch
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/theme.gif)

- message center
![image](https://github.com/iview/iview-admin/raw/dev/github-gif/message.gif)

## License
H
Hevin 已提交
197
[Apache License 2.0](LICENSE)
H
Hevin 已提交
198 199

Copyright (c) 2016-present, iView