Skip to content

mcucsie/Hibiscus

Repository files navigation

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

About

Cloud Information System of MCU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published