Oracle JavaScript Extension Toolkit (JET)

repository·master·Indexed 19 days ago

https://github.com/oracle/oraclejet

A modular open source JavaScript toolkit based on modern JavaScript, CSS3, and HTML5 for building client-side single-page applications (SPAs), specifically optimized for interacting with Oracle Cloud services. Includes the @oracle/ojet-cli for application scaffolding and management.

Tokens
196
Snippets
1
Records
2
Agent score
18%

What's inside Oracle JET

  1. Install and scaffold an Oracle JET application

    master

    Oracle JET uses a command-line interface (CLI) to scaffold and manage applications. To get started, install the @oracle/ojet-cli globally via npm and then use the ojet create command to generate a new application. For a complete list of prerequisites and detailed installation steps, refer to the Oracle JET Developer Guide.

    npm install -g @oracle/ojet-cli
    
    ojet create <app name>
  2. Explore Oracle JET examples and component demos

    master

    You can view Oracle JET in action through several official resources:

    • Oracle JET Cookbook: Provides live code demos for every UI component.
    • Sample Applications and Tutorials: Offers practical learning paths and application examples.
    • Oracle JET Website: General product information and overview.