Oracle JET

From air
Jump to navigation Jump to search

Oracle JavaScript Extension Toolkit (JET) empowers developers by providing a modular open source toolkit based on modern JavaScript, CSS3 and HTML5 design and development principles.

Cookbook : http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html

Getting started

http://www.oracle.com/webfolder/technetwork/jet/globalGetStarted.html

Installation


npm -g install yo bower grunt-cli
npm -g install generator-oraclejet 


Generate the project

yo oraclejet testjet --template=navdrawer 
cd testjet
grunt build
grunt serve 

Browse http://localhost:8000/ if not automatically launched.

Generate a Cordova project

npm -g install cordova
yo oraclejet:hybrid testjet_cordova --platforms=android
cd testjet_cordova/
grunt build

Set ANDROID_HOME to the Android SDK

grunt serve