|
| 1 | +<p align="center"> |
| 2 | + <a href="https://www.iviewui.com"> |
| 3 | + <img width="200" src="https://file.iviewui.com/logo.svg"> |
| 4 | + </a> |
| 5 | +</p> |
| 6 | + |
| 7 | +# iView Admin |
| 8 | +[](https://travis-ci.org/iview/iview-admin) |
| 9 | +[](https://github.com/vuejs/vue) |
| 10 | +[](https://github.com/iview/iview) |
| 11 | +[]() |
| 12 | + |
| 13 | +## Current version:v1.3.1 |
| 14 | +[Update log](https://github.com/iview/iview-admin/releases) |
| 15 | + |
| 16 | +[WIKI](https://github.com/iview/iview-admin/wiki) |
| 17 | + |
| 18 | +[View online](https://iview.github.io/iview-admin) |
| 19 | + |
| 20 | +[Simplified template](https://github.com/iview/iview-admin/tree/template) |
| 21 | + |
| 22 | +`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.` |
| 23 | + |
| 24 | +## Install |
| 25 | +```bush |
| 26 | +// install dependencies |
| 27 | +npm install |
| 28 | +``` |
| 29 | +## Run |
| 30 | +### Development |
| 31 | +```bush |
| 32 | +npm run dev |
| 33 | +``` |
| 34 | +### Production(Build) |
| 35 | +```bush |
| 36 | +npm run build |
| 37 | +``` |
| 38 | + |
| 39 | +## Introduction |
| 40 | +  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. |
| 41 | + |
| 42 | +## Features |
| 43 | + |
| 44 | +- Login/Logout |
| 45 | +- Authority management |
| 46 | + - Menu filter |
| 47 | + - Permission switch |
| 48 | +- Multi-language switch |
| 49 | +- Components |
| 50 | + - text editor |
| 51 | + - Markdown editor |
| 52 | + - Area cascade |
| 53 | + - Picture editor |
| 54 | + - Dragable list |
| 55 | + - File upload |
| 56 | + - Count animation |
| 57 | + - Split pane |
| 58 | +- Form |
| 59 | + - Artical publish |
| 60 | + - Workflow |
| 61 | +- Tables |
| 62 | + - Dragable table |
| 63 | + - Editable table |
| 64 | + - Inline editable table |
| 65 | + - Cell editable table |
| 66 | + - Searchable table |
| 67 | + - Exporting data |
| 68 | + - As CSV file |
| 69 | + - As XLS file |
| 70 | + - Table to picture |
| 71 | +- Error page |
| 72 | + - 403 |
| 73 | + - 404 |
| 74 | + - 500 |
| 75 | +- Advanced router |
| 76 | + - Dynamic router |
| 77 | + - Pages with arguments |
| 78 | +- Skin |
| 79 | +- Shrinkable sidebar menu |
| 80 | +- Tag navigation |
| 81 | +- Breadcrumbs |
| 82 | +- Full screen/Exit full screen |
| 83 | +- Lock screen |
| 84 | +- Message center |
| 85 | +- Personal center |
| 86 | + |
| 87 | +## File tree |
| 88 | +```shell |
| 89 | +. |
| 90 | +├── build //the configuration of project builds |
| 91 | +└── src |
| 92 | + ├── images //images files |
| 93 | + ├── libs //tool method |
| 94 | + ├── locale //language files |
| 95 | + ├── router //configuration of router |
| 96 | + ├── store //status management |
| 97 | + ├── styles //style files |
| 98 | + ├── template //template file |
| 99 | + ├── vendors //public library files |
| 100 | + └── views |
| 101 | + ├── access //access management |
| 102 | + ├── advanced-router //Advanced router |
| 103 | + ├── error_page //error page |
| 104 | + ├── form //form |
| 105 | + ├── home //home page |
| 106 | + │ ├── components //the components of home page |
| 107 | + ├── international //Multi-language |
| 108 | + ├── main_components //Main |
| 109 | + │ ├── lockscreen //lock screen |
| 110 | + │ ├── shrinkable-menu //shrinkable sidebar |
| 111 | + │ └── theme-switch //skin switch |
| 112 | + ├── message //message center |
| 113 | + ├── my_components //components |
| 114 | + │ ├── area-linkage //China area cascade |
| 115 | + │ ├── count-to //count animation |
| 116 | + │ ├── draggable-list //dragable list |
| 117 | + │ ├── file-upload //file upload |
| 118 | + │ ├── image-editor //picture editor |
| 119 | + │ ├── markdown-editor //Markdown editor |
| 120 | + │ └── text-editor //text editor |
| 121 | + ├── own-space //personal center |
| 122 | + └── tables //tables |
| 123 | +``` |
| 124 | + |
| 125 | +## Links |
| 126 | + |
| 127 | +- [TalkingData](https://github.com/TalkingData) |
| 128 | +- [iView](https://github.com/iview/iview) |
| 129 | +- [Vue](https://github.com/vuejs/vue) |
| 130 | +- [Webpack](https://github.com/webpack/webpack) |
| 131 | + |
| 132 | +## Show |
| 133 | + |
| 134 | +- home |
| 135 | + |
| 136 | + |
| 137 | +- tag navigation |
| 138 | + |
| 139 | + |
| 140 | +- access management |
| 141 | + |
| 142 | + |
| 143 | +- dragable list |
| 144 | + |
| 145 | + |
| 146 | +- picture editor |
| 147 | + |
| 148 | + |
| 149 | +- file upload |
| 150 | + |
| 151 | + |
| 152 | +- count animation |
| 153 | + |
| 154 | + |
| 155 | +- split-pane |
| 156 | + |
| 157 | + |
| 158 | +- artical publish |
| 159 | + |
| 160 | + |
| 161 | +- workflow |
| 162 | + |
| 163 | + |
| 164 | +- dragable table |
| 165 | + |
| 166 | + |
| 167 | +- editable table |
| 168 | + |
| 169 | + |
| 170 | +- export data |
| 171 | + |
| 172 | + |
| 173 | +- table to picture |
| 174 | + |
| 175 | + |
| 176 | +- error page |
| 177 | + |
| 178 | + |
| 179 | +- lock screen |
| 180 | + |
| 181 | + |
| 182 | +- shrinkable sidbar menu |
| 183 | +s |
| 184 | + |
| 185 | +- skin switch |
| 186 | + |
| 187 | + |
| 188 | +- message center |
| 189 | + |
| 190 | + |
| 191 | +## License |
| 192 | +[MIT](http://opensource.org/licenses/MIT) |
| 193 | + |
| 194 | +Copyright (c) 2016-present, iView |
0 commit comments