create your app as heer.
To use this package in a sencha app just add "GeoExt" to the "requires"-array
in your app.json:
/**
* The list of required packages (with optional versions; default is "latest").
*
* For example,
*
* "requires": [
* "charts"
* ]
*/
"requires": [
"GeoExt"
],
You must create a package with GeoExt3. For packaging in Extjs-6 read heer.
How to package GeoExt using sencha command
Install
sencha cmdfrom here (tested with the version 6, only as preview right now).To generate a package you usually first create a sencha
workspaceby issuingInside of the workspace clone the
geoext3repository into thepackagessubfolder:Then you can issue
Alternatively, if your source isn't living inside of a sencha workspace, you can configure the path to a workspace and then build:
Adding GeoExt to a local sencha repository
Initalize the local "GeoExt Contributors" repository:
Add the package to this
create your app as heer.
To use this package in a sencha app just add "GeoExt" to the "requires"-array in your app.json:
and at the end build app as follow: