mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-28 22:50:18 +00:00
125 lines
3.5 KiB
Markdown
125 lines
3.5 KiB
Markdown
<p align="center">
|
||
<a href="https://www.iviewui.com">
|
||
<img width="200" src="https://file.iviewui.com/logo-new.svg">
|
||
</a>
|
||
</p>
|
||
|
||
<h1>
|
||
iView Admin
|
||
<h3>Vue.js 2.0 admin management system template based on iView.</h3>
|
||
</h1>
|
||
|
||
[](https://github.com/iview/iview-admin/releases)
|
||
[](https://travis-ci.org/iview/iview-admin)
|
||
[](https://github.com/vuejs/vue)
|
||
[](https://github.com/iview/iview)
|
||
[]()
|
||
|
||
<h2 align="center">Special Sponsors</h2>
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<td align="center" valign="middle">
|
||
<a href="https://segmentfault.com/ls/1650000016424063" target="_blank">
|
||
<img width="300" src="https://file.iviewui.com/asd/asd-i-2.png">
|
||
</a>
|
||
</td>
|
||
<td align="center" valign="middle">
|
||
<a href="https://e.coding.net/?utm_source=iview" target="_blank">
|
||
<img width="300" src="https://file.iviewui.com/asd/asd-coding4.png">
|
||
</a>
|
||
</td>
|
||
<td align="center" valign="middle">
|
||
<a href="https://cn.udacity.com/fend/?utm_source=iviewui&utm_medium=banner&utm_campaign=fend" target="_blank">
|
||
<img width="300" src="https://file.iviewui.com/asd/asd-u-new-2.png">
|
||
</a>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
> 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.
|
||
|
||
## Introduction
|
||
|
||
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).
|
||
|
||
- [Document](https://lison16.github.io/iview-admin-doc/)
|
||
- [Preview](https://admin.iviewui.com/)
|
||
- [Base template recommends using](https://github.com/iview/iview-admin/tree/template)
|
||
|
||

|
||
|
||
## Features
|
||
|
||
- Login / Logout
|
||
- Permission Authentication
|
||
- A list of filters
|
||
- Permission to switch
|
||
- i18n
|
||
- Components
|
||
- Rich Text Editor
|
||
- Markdown Editor
|
||
- City Cascader
|
||
- Photos preview and edit
|
||
- Draggable list
|
||
- File upload
|
||
- Digital gradient
|
||
- split-pane
|
||
- Form
|
||
- The article published
|
||
- Workflow
|
||
- Table
|
||
- Drag-and-drop sort
|
||
- Searchable form
|
||
- Table export data
|
||
- Export to Csv file
|
||
- Export to Xls file
|
||
- Table to picture
|
||
- Error Page
|
||
- 403
|
||
- 404
|
||
- 500
|
||
- Router
|
||
- Dynamic routing
|
||
- With reference page
|
||
- Theme
|
||
- Shrink the sidebar
|
||
- Tag navigation
|
||
- Breadcrumb navigation
|
||
- Full screen / exit full screen
|
||
- Lock screen
|
||
- The message center
|
||
- Personal center
|
||
|
||
## Getting started
|
||
```bush
|
||
# clone the project
|
||
git clone https://github.com/iview/iview-admin.git
|
||
|
||
// install dependencies
|
||
npm install
|
||
|
||
// develop
|
||
npm run dev
|
||
```
|
||
|
||
## Build
|
||
```bush
|
||
npm run build
|
||
```
|
||
|
||
## License
|
||
[MIT](http://opensource.org/licenses/MIT)
|
||
|
||
Copyright (c) 2016-present, iView
|
||
|
||
|
||
注意:1、src/components/main/components/side-menu(有关测导航)
|
||
collapsed-menu.vue(点击测导航收缩时的样式多级)
|
||
side-menu.vue(一级导航展开以及收缩样式)
|
||
side-menu-item.vue(多级导航张开样式)
|
||
2、src/components/main/main.vue(整个框架都引在main中)
|
||
|
||
|