Skip to content

comradepopo/package-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

package-loader

Ext JS Dynamic Package Loader

Requirements

This package is used by Ext JS applications and Sencha Cmd 6.5

  • Install Sencha Cmd
  • Download Sencha Ext JS. We recommend extracting Ext JS into a "sencha-sdks" folder in your home directory.

Use In Cmd Application

Simply add package-loader to the 'app.json' file's requires array:

"requires": [
    "package-loader"
]

Then build the application

sencha app build --dev

The package-loader package will be automatically downloaded from Sencha's CDN.

Manual Installation

In most cases you won't need to manually install this package. If you cannot access the Sencha CDN as part of the app build, you can manually download the files to your workspace.

Be sure that the 'packages/package-loader' path is placed in the correct root of your application or workspace.

Build

Should you want to build the package yourself, first you will need to setup the workspace which will need a local copy of Ext JS to build:

$ sencha workspace install ~/sencha-sdks
$ cd packages/package-loader
$ sencha package build

About

Ext JS Dynamic Package Loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%