diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-04-30 16:23:27 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:55:40 +0200 |
| commit | 6b4da96e902d64bcddf090d6a3453adaaa88c389 (patch) | |
| tree | 7f8d0f9d3e01e1c3cbbe1bddaf9cf53c162644a0 /BUILDING | |
| parent | 4c0fe167f69c91457855d43168fe7ccce7ee3386 (diff) | |
| download | wvs-vplan-6b4da96e902d64bcddf090d6a3453adaaa88c389.tar.gz wvs-vplan-6b4da96e902d64bcddf090d6a3453adaaa88c389.zip | |
füge .gitignore und Buildanweisungen hinzu
Diffstat (limited to 'BUILDING')
| -rw-r--r-- | BUILDING | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILDING b/BUILDING new file mode 100644 index 0000000..028db1f --- /dev/null +++ b/BUILDING @@ -0,0 +1,9 @@ +npm -g install cordova #(https://cordova.apache.org/) +cordova create WvSVPlan +cordova platform add android # und mehr +cordova plugin add https://github.com/Wizcorp/phonegap-plugin-localNotifications #jp.wizcorp.phonegap.plugin.localNotificationPlugin +cordova plugin add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin #nl.x-services.plugins.socialsharing +cordova plugin add org.apache.cordova.device +cordova plugin add org.apache.cordova.file +cordova plugin add org.apache.cordova.file-transfer +cordova build |
