• Stars
    star
    144
  • Rank 255,590 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 9 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Your essential APEX companion

APEX Nitro


APEX Nitro

npm Build Status Dependency Status XO code style

Front-end development in Oracle APEX at its best.

APEX Nitro is a build tool for APEX front-end development. It watches for file changes (JavaScript, CSS, other) on your system, compiles them into a better format and synchronizes them to your APEX app in real time.

What APEX Nitro does

  • Synchronizes code in real time to your APEX app
  • Allows to write next generation JavaScript
  • Serves minified code to APEX for better performance
  • Ensures code style and standards are used
  • A lot more...

Read the complete documentation for more info on all features.

Requirements

Quickstart

Follow the next few sections to get started quicky with APEX Nitro.

To get the full APEX Nitro experience, go to the full documentation.

Install

npm install -g apex-nitro

Initialize your project

Answer a few simple questions about your project:

apex-nitro init

command-init

Read more on initializing your APEX Nitro project

Write your code

Create, edit or delete any file in your source folder. Example:

|-/src/
  |-myproject.css
  |-myproject.js

Read more about APEX Nitro code patterns.

Connect your APEX app

To enable APEX Nitro in your app, you must make a small tweak in your application. Go to Shared Components > Application Processes and create a new application process with the following attributes:

Attribute Value
Name APEX Nitro
Sequence -999
Process Point On Load: Before Header (page template header)
Condition owa_util.get_cgi_env('APEX-Nitro') is not null
Source (PL/SQL) apex_application.g_flow_images := owa_util.get_cgi_env('APEX-Nitro');

setup-application-process

Read the documentation for more information about how to connect your APEX app.

Reference your files

Your APEX application must references the APEX Nitro files. A recommended location is in the User Interface Attributes:

setup-reference-application1

setup-reference-application2

#APP_IMAGES#myproject#MIN#.js
#APP_IMAGES#myproject#MIN#.css

Build your files

Only available in Pro mode

Compiles all local files into a single build more efficient for APEX consumption.

apex-nitro build

command-build

Launch your app

Enable real time coding in your app:

apex-nitro launch

command-launch

This includes the apex-nitro build step.

Open up your favorite code editor. Any change you make to your files will be synchronized to your APEX app in real time.

Uploading your files to APEX Shared Components

apex-nitro upload

command-upload

Read more about uploading your files.

Troubleshoot

Read more about common issues.

Moving from APEX Nitro v4 to v5

Are your an APEX Nitro v4 user? Read about moving to v5.

Changelog

See changelog.

Project Sponsors

Insum Solutions

Team

More Repositories

1

oos-utils

Common PL/SQL utility scripts
PLSQL
204
star
2

OXAR

Oracle XE & APEX build script along with images for popular cloud platforms
PLSQL
107
star
3

OMonAPEX

Oracle monitoring in oracle apex
PLSQL
61
star
4

plsql-md-doc

Converts PL/SQL JavaDoc documentation to markdown
HTML
51
star
5

apex-sert

APEX SERT
PLSQL
48
star
6

apex-diff

APEX Diff
JavaScript
31
star
7

node4ords

Simple node app to act as web listener for Oracle APEX pages
JavaScript
23
star
8

apex-plugin-clob-load

Oracle Application Express (APEX) Plugin for form items with long text content (over 32k)
PLSQL
21
star
9

orawrap

Wrapper Module for the Node.js Driver for Oracle Database
JavaScript
21
star
10

language-oracle

Language spec for Atom converted from TextMate bundle
PLSQL
20
star
11

apexbackup

This may be a temp directory to start with.
Shell
11
star
12

apex-plugin-templates

Oracle APEX plugin template files to help build your own templates.
PLSQL
11
star
13

oracle-and-atom

Recommended Atom packages for Oracle developers
11
star
14

sddm-plus

Helper methods script to assist in writing SQL Developer Data Modeler scripts
Groovy
8
star
15

apex-text-messages

In Progress
PLSQL
7
star
16

docker-oxar

Docker project for OXAR
5
star
17

oos-tapi

Work in Progress (Don't use this yet we're planning)
PLSQL
4
star
18

apex-license

PLSQL
4
star
19

oos-mail

PL/SQL mail wrapper for APEX_MAIL with enhanced functionality
3
star
20

apex-plugin-from-to-datepicker

APEX item plugin to select from/to dates
PLSQL
3
star
21

apex-plugin-markdown

Makrdown reader for APEX
1
star
22

oraopensource.github.io

This is the Github Pages for OraOpenSource
HTML
1
star
23

empdept

SQL Examples only using Emp and Dept tables
1
star
24

apex-dev-enhancer

1
star