@spmeesseman/extjs-pkg-webworker

1.0.3 • Public • Published

ExtJs Package Open Tooling Package Wrapper for HTML5 WebWorker

semantic-release app-publisher

Description

This package provides an ExtJS package wrapper for a html5 webworker.

Install

To install this package, run the following command:

npm install @perryjohnson/extjs-pkg-webworker

Usage

To include the package in an ExtJS application build, be sure to add the package name to the list of required packages in the app.json file:

"requires": [
     "webworker",
    ...
]

For an open tooling build, also add the node_modules path to the workspace.json packages path array:

 "packages": {
    "dir": "...${package.dir}/node_modules/@perryjohnson/extjs-pkg-webworker"
}

Simply include the control into any class file:

require: [ 'Ext.ux.webworker' ],
items: [
{
    xtype: 'webworker'
}]

Readme

Keywords

none

Package Sidebar

Install

npm i @spmeesseman/extjs-pkg-webworker

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

16.8 kB

Total Files

6

Last publish

Collaborators

  • spmeesseman