Cloud Information System of MCU.
Node.jsYarnornpmApache CordovaVue-cli
All static files are put in the ./static/ folder. Source files of Vue.js are put in the ./src/ folder.
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.
Run the app with: cordova run <platform> (see below)
Build the app with: cordova build <platform> (see below)
Platforms: android, ios, osx, windows