Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 912 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 912 Bytes

Hibiscus

Cloud Information System of MCU.

Requirement

  • Node.js
  • Yarn or npm
  • Apache Cordova
  • Vue-cli

Development

All static files are put in the ./static/ folder. Source files of Vue.js are put in the ./src/ folder.

Vue.js

To install packages, use the following command: yarn or npm install.

Run Vue server for development with: yarn dev run or npm dev run.

Build the Vue files with: yarn build or npm build.

Apache Cordova

Run the app with: cordova run <platform> (see below)

Build the app with: cordova build <platform> (see below)

Platforms: android, ios, osx, windows

License