Skip to content

AdvancedSoftwareDevelopment2021/frontend-cloud

Repository files navigation

Edge Calculating Software System

Vue.js 2.0 frontend based on iView.

[![npm](https://img.shields.io/npm/l/express.svg)]() [![vue](https://img.shields.io/badge/vue-2.5.17-brightgreen.svg?style=flat-square)](https://github.com/vuejs/vue) [![iview ui](https://img.shields.io/badge/iview-3.2.2-brightgreen.svg?style=flat-square)](https://github.com/iview/iview)

Prototype

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/AdvancedSoftwareDevelopment2021/frontend-cloud

// install dependencies
npm install

// develop
npm run dev

Build

npm run build

Q&A

  • Invalid options in vue.config.js: "baseUrl" is not allowed

    Since baseUrl was abolished after vue-cli.3.3 version, publicPath was used instead, just replace baseUrl with publicPath.

  • TypeError: Cannot read property 'version' of undefined

    Delete node_modules and reinstall using npm install

  • Syntax Error: TypeError: eslint.CLIEngine is not a constructor

    Reinstall the ESLint with a low version or change lintOnSave to false in the vue.config.js file.

License

MIT

Copyright (c) 2021, Shanghai Jiao Tong University

About

项目云端的前端代码

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •