sencha-touch

0.1.4 • Public • Published

Marriage Sencha Touch and Node.js

Installation

As far as ExtJS and Sencha Touch can not be redistibuted with this module (see License section), you will not be able to install it from npm repository directly

However, installation via npm is easily done manually:

  1. Download Sencha Touch from https://www.sencha.com/products/touch
  2. Extract it
  3. Copy contents of src/ into lib/Ext/ in here
  4. npm install .

Usage

Basically, all it takes is require('extjs'). Warning: a common mistake is to do Ext=require('extjs'). Don't.

See also test/ folder for usage examples (you'll need nodeunit to run them).

Acknowledgments

  • Sencha Touch is (c) 2016 Sencha

Thanks

There several implementations of this idea, loading core Ext library inside NodeJs environment.

n-ext touch-node node-extjs

Thanks all for the idea and implementation.

License

Do whatever you want with software as long as you are in compliance with Sencha Touch license.

Author

Oleg Taranenko olegtaranenko@gmail.com

Readme

Keywords

none

Package Sidebar

Install

npm i sencha-touch

Weekly Downloads

16

Version

0.1.4

License

MIT

Last publish

Collaborators

  • olegtaranenko