You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 3.2KB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <p align="center">
  2. <a href="https://www.iviewui.com">
  3. <img width="200" src="https://file.iviewui.com/logo-new.svg">
  4. </a>
  5. </p>
  6. <h1>
  7. iView Admin
  8. <h3>Vue.js 2.0 admin management system template based on iView.</h3>
  9. </h1>
  10. [![](https://img.shields.io/github/release/iview/iview-admin.svg)](https://github.com/iview/iview-admin/releases)
  11. [![](https://img.shields.io/travis/iview/iview-admin.svg?style=flat-square)](https://travis-ci.org/iview/iview-admin)
  12. [![vue](https://img.shields.io/badge/vue-2.5.17-brightgreen.svg?style=flat-square)](https://github.com/vuejs/vue)
  13. [![iview ui](https://img.shields.io/badge/iview-3.2.2-brightgreen.svg?style=flat-square)](https://github.com/iview/iview)
  14. [![npm](https://img.shields.io/npm/l/express.svg)]()
  15. <h2 align="center">Special Sponsors</h2>
  16. <table>
  17. <tbody>
  18. <tr>
  19. <td align="center" valign="middle">
  20. <a href="https://segmentfault.com/ls/1650000016424063" target="_blank">
  21. <img width="300" src="https://file.iviewui.com/asd/asd-i-2.png">
  22. </a>
  23. </td>
  24. <td align="center" valign="middle">
  25. <a href="https://e.coding.net/?utm_source=iview" target="_blank">
  26. <img width="300" src="https://file.iviewui.com/asd/asd-coding4.png">
  27. </a>
  28. </td>
  29. <td align="center" valign="middle">
  30. <a href="https://cn.udacity.com/fend/?utm_source=iviewui&utm_medium=banner&utm_campaign=fend" target="_blank">
  31. <img width="300" src="https://file.iviewui.com/asd/asd-u-new-2.png">
  32. </a>
  33. </td>
  34. </tr>
  35. </tbody>
  36. </table>
  37. > If you'd like be a sponsor, to show your ads in GitHub and iView doc, please email admin@aresn.com to get more infomation.
  38. ## Introduction
  39. iView Admin is a front-end management background integration solution. It based on [Vue.js](https://github.com/vuejs/vue) and use the UI Toolkit [iView](https://github.com/iview/iview).
  40. - [Document](https://lison16.github.io/iview-admin-doc/)
  41. - [Preview](https://admin.iviewui.com/)
  42. - [Base template recommends using](https://github.com/iview/iview-admin/tree/template)
  43. ![image](https://file.iviewui.com/admin-dist/admin-preview.png)
  44. ## Features
  45. - Login / Logout
  46. - Permission Authentication
  47. - A list of filters
  48. - Permission to switch
  49. - i18n
  50. - Components
  51. - Rich Text Editor
  52. - Markdown Editor
  53. - City Cascader
  54. - Photos preview and edit
  55. - Draggable list
  56. - File upload
  57. - Digital gradient
  58. - split-pane
  59. - Form
  60. - The article published
  61. - Workflow
  62. - Table
  63. - Drag-and-drop sort
  64. - Searchable form
  65. - Table export data
  66. - Export to Csv file
  67. - Export to Xls file
  68. - Table to picture
  69. - Error Page
  70. - 403
  71. - 404
  72. - 500
  73. - Router
  74. - Dynamic routing
  75. - With reference page
  76. - Theme
  77. - Shrink the sidebar
  78. - Tag navigation
  79. - Breadcrumb navigation
  80. - Full screen / exit full screen
  81. - Lock screen
  82. - The message center
  83. - Personal center
  84. ## Getting started
  85. ```bush
  86. # clone the project
  87. git clone https://github.com/iview/iview-admin.git
  88. // install dependencies
  89. npm install
  90. // develop
  91. npm run dev
  92. ```
  93. ## Build
  94. ```bush
  95. npm run build
  96. ```
  97. ## License
  98. [MIT](http://opensource.org/licenses/MIT)
  99. Copyright (c) 2016-present, iView