0.0.1 • Published 5 years ago

@fit-global/libcore v0.0.1

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
5 years ago

USAGE

Insert this line of code into Component.js (just below the "use strict").

jQuery.sap.registerModulePath("fglc", "/sap/bc/ui5_ui5/fglc");

WebIDE

You can add following lines to neo-app.json to test

    {
      "path": "/sap/bc/ui5_ui5/fglc/",
      "target": {
        "type": "destination",
        "name": "NAME_OF_DESTINATION",
        "entryPath": "/sap/bc/ui5_ui5/fglc/"
      },
      "description": "DESCRIPTION_OF_DESTINATION"
    }