Quickstart¶
Adding the official nexiles ext package Repo¶
To use released packages, do:
$ sencha package repo add nexiles http://developer.nexiles.com/packages/ext
That’s all there is to setup.
Really Quick Start (Package Maintainers only)¶
Note
This is for package maintainers only – to actually use the packages you only need to add the nexiles package repo and add dependencies to the app.json file of your ExtJs project.
Clone the repo and:
$ cd nexiles.ext.widgets
$ virtualenv .
$ . ./bin/activate
$ . ./setenv.sh
$ pip install -r requirements.txt
$ fab init build
Links¶
- Packages and Sencha CMD