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:
- Download Sencha Touch from https://www.sencha.com/products/touch
- Extract it
- Copy contents of
src/
intolib/Ext/
in here 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.
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