@oracle/wrc-jet-pack
v2.4.13-develop.202410252224
Published
Oracle JavaScript Extension Toolkit (JET) Pack containing JET Composite and JET Resource components from the WebLogic Remote Console project.
Downloads
2,284
Keywords
Readme
WebLogic Remote Console JET Pack version 2.4.13
About WebLogic Remote Console JET Pack
The WebLogic Remote Console JET pack is a set of JET Composite and JET Resource components, from the WebLogic Remote Console project. They function as a private library, not a plug-in, extension or embeddable version of the WebLogic Remote Console.
Installation
The WebLogic Remote Console JET pack is distributed as a npm
package, which needs to be listed as a dependency in a JET web app's package.json
. To install it, open a terminal window and change directory to the root directory of the JET web app. Afterwards, type the following at the command prompt:
npm install @oracle/wrc-jet-pack --save
This will do two things:
- Download and install the latest
@oracle/wrc-jet-pack
into thenode_modules
directory of the JET web app - Update the
dependencies
section of thepackage.json
file of the JET web app.
License
Copyright (c) 2023, 2024, Oracle and/or its affiliates and released under the Universal Permissive License (UPL), Version 1.0