All Projects → OraOpenSource → Apex Nitro

OraOpenSource / Apex Nitro

Licence: mit
Your essential APEX companion

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Apex Nitro

Fe News
FE 기술 소식 큐레이션 뉴스레터
Stars: ✭ 2,249 (+1743.44%)
Mutual labels:  front-end
Ridereceipts
🚕 Simple automation desktop app to download and organize your receipts from Uber/Lyft. Try out our new Ride Receipts PRO !
Stars: ✭ 117 (-4.1%)
Mutual labels:  productivity
Sfdx Simple
Stars: ✭ 119 (-2.46%)
Mutual labels:  apex
Tomighty Windows
Tomighty for Windows
Stars: ✭ 116 (-4.92%)
Mutual labels:  productivity
Vertical Tabs Chrome Extension
A chrome extension that presents your tabs vertically. Problem solved.
Stars: ✭ 117 (-4.1%)
Mutual labels:  productivity
Angularoflegends
Full Client clone developed by Riot Games for the League of Legends game
Stars: ✭ 119 (-2.46%)
Mutual labels:  front-end
Blog
天猪部落阁 http://atian25.github.io
Stars: ✭ 1,527 (+1151.64%)
Mutual labels:  front-end
Single Spa Angular
Helpers for building single-spa applications which use Angular
Stars: ✭ 120 (-1.64%)
Mutual labels:  front-end
Blog
ღ( ´・ᴗ・` ) 我的个人博客,喜欢的小伙伴可以点star ⭐️
Stars: ✭ 117 (-4.1%)
Mutual labels:  front-end
Rxios
A RxJS wrapper for axios
Stars: ✭ 119 (-2.46%)
Mutual labels:  front-end
Guide To Staying Productive
If you're looking for ways to stay motivated and focused, while still having fun, this guide is for you! Contributions and any kind of improvements are very welcome!
Stars: ✭ 116 (-4.92%)
Mutual labels:  productivity
Dictionary
Словари по фронтенду
Stars: ✭ 1,682 (+1278.69%)
Mutual labels:  front-end
Webdash
🔥 Orchestrate your web project with Webdash the customizable web dashboard
Stars: ✭ 1,528 (+1152.46%)
Mutual labels:  productivity
Termy
A terminal with autocomplete
Stars: ✭ 112 (-8.2%)
Mutual labels:  productivity
Quickmenu
The new era of mobile navigation for the web, we're out of hamburgers.
Stars: ✭ 119 (-2.46%)
Mutual labels:  front-end
Node Lambda Log
Basic logging mechanism for Node 6.10+ Lambda Functions
Stars: ✭ 115 (-5.74%)
Mutual labels:  apex
Toss Puppeteer
🦀Try all kinds of toss about using GoogleChrome puppeteer(尝试各种折腾使用GoogleChrome puppeteer(木偶))
Stars: ✭ 118 (-3.28%)
Mutual labels:  front-end
Tasks
Bringing Astrid Tasks back from the dead
Stars: ✭ 1,874 (+1436.07%)
Mutual labels:  productivity
Refills
Refills is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 1,523 (+1148.36%)
Mutual labels:  front-end
Binding.scala
Reactive data-binding for Scala
Stars: ✭ 1,539 (+1161.48%)
Mutual labels:  front-end

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].