Skip to content

sekny/ivan-vue-admin

Repository files navigation

- CRUD - Route with permission - Form and Form-validation - Language Khmer

Project Structure ``` ├── config: development related configuration ├── public: static resources required for packaging └── src ├── api: AJAX request └── assets: project static resources ├── icons: custom icon resources └── images: Image resources ├── components: business components ├── config: project run configuration ├── directive: custom directive ├── libs: encapsulates utility functions ├── locale: multilingual files ├── mock: mock mock data ├── router: routing configuration ├── store: Vuex configuration ├── view: page file └── tests: test related ```

iView Admin

Vue.js 2.0 admin management system template based on iView.

vue iview ui npm

Introduction

iView Admin is a front-end management background integration solution. It based on Vue.js and use the UI Toolkit iView.

image

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

MIT

Copyright (c) 2016-present, TalkingData

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published