/SecureCloudStorageVue

安全云存储项目,前端Vue。

Primary LanguageJavaScriptMIT LicenseMIT

SecureCloudStorageVue

甘肃电网,安全云存储项目前端项目,基于Vue2框架。

Introduction

SecureCloudStorageVue 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

运行项目

// 配置node.js环境
从官网下载nodejs,一路next安装完成。

// 安装依赖
npm install

// 运行项目
npm run dev

打包

npm run build