mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-26 04:50:16 +00:00
iView Admin
Vue.js 2.0 admin management system template based on iView.
Special Sponsors
|
|
|
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 and use the UI Toolkit iView.
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
# clone the project
git clone https://github.com/iview/iview-admin.git
// install dependencies
npm install
// develop
npm run dev
Build
npm run build
License
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中)
