Created
February 26, 2017 04:35
-
-
Save github-polymer-user/89a16acbf08cf896e7d2451d490bb0ec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm -g install yo bower grunt grunt-cli grunt-bowercopy grunt-oraclejet load-grunt-config oraclejet-tooling generator-oraclejet npm-check-updates cordova | |
--yo oraclejet FixItFast --template=http://www.oracle.com/webfolder/technetwork/jet/public_samples/FixItFast.zip | |
yo oraclejet:add-sass | |
yo oraclejet:add-theme extranet | |
npm-check-updates -u | |
npm install | |
grunt build --theme=extranet --platform=web | |
yo oraclejet:add-hybrid --platforms=android,ios,windows --appid=com.jet.fixitfast --appname=FixItFast | |
cd hybrid | |
cordova plugin add cordova-plugin-contacts --save | |
cordova plugin add cordova-plugin-splashscreen --save | |
cordova plugin add cordova-plugin-camera --save | |
cordova plugin add cordova-plugin-geolocation --save |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment