Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

A template for nexiles.gateway apps for Windchill

License

Notifications You must be signed in to change notification settings

nexiles/nexiles.gateway-app-template

Repository files navigation

nexiles gateway app template

This repository contains template code for nexiles gateway apps.

Documentation

Please see the documentation for more info.

Tools

  • Fabric for packaging and automation
  • Sphinx for documentation
  • ExtJS for UI
  • coffee script for UI logic
  • grunt for building

Quick setup

cd develop/nexiles
git clone [email protected]:nexiles/nexiles.gateway-app-template.git
cd nexiles.gateway-app-template
virtualenv .
. ./bin/activate
pip install -r requirements
fab full_monty

Repo Layout

::

. ├── docs ├── src │   └── AppTemplate │   └── app │   ├── model │   ├── store │   ├── view │   │   └── main │   └── widgets └── static

├── app ├── app.json ├── build ├── ext ├── overrides ├── packages ├── resources └── sass
docs
Sphinx documentation
src
CoffeeScript sources for the application
static/app
Built JavaScript
static/app.json
ExtJS app specific configuration
static/sass
ExtJS app styling
static/{ext,overrides,packages,build}
ExtJS managed