vue / cordova based travel app for clisel project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ben Stähli fa9edae8ec attention 4 years ago
public some icons 4 years ago
scripts attention 4 years ago
src api 4 years ago
src-cordova more 4 years ago
.editorconfig editorconfig, bootstrapping for more views 4 years ago
.gitignore more 4 years ago
README.md more 4 years ago
babel.config.js vuetify 5 years ago
clisel.keystore keystore, anyway 4 years ago
package.json things and icons and stuff 4 years ago
vue-add-cordova.txt add cordova output0 4 years ago
vue.config.js yes 4 years ago
yarn.lock things and icons and stuff 4 years ago

README.md

clisel-travelapp

cordova project for iOS and Android app generation of the CLISEL TravelApp.

Project setup

yarn install

for maintenance and further development, you'll need a global installed vue-cli 3.

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Cordova specifics

vue-cli cordova plugin is used: https://github.com/m0dch3n/vue-cli-plugin-cordova .

It does some magic, but at the link, the magic is more or less explained.

Android plattform

Also, you'll need to add the cordova platform, once:

cd src-cordova
cordova platform add android

Serve / Build

yarn run cordova-serve-android
yarn run cordova-build-android

iOS plattform

To be done.