@extjs/generator-ext-react
v1.1.2
Published
A Yeoman generator for ExtReact apps
Downloads
1
Readme
generator-ext-react
A Yeoman generator for ExtReact apps.
Installation
First, install Yeoman and @extjs/generator-ext-react
using npm (we assume you have pre-installed node.js).
npm install -g yo @extjs/generator-ext-react
Creating a new ExtReact App
If you haven't already, log into Sencha's private registry using the credentials you received in your ExtReact trial or subscription activation email. If you don't have credentials, you can get them by signing up for a trial of ExtReact.
npm login --registry=http://npm.sencha.com --scope=@extjs
Then, to create a new ExtReact app, run:
yo @extjs/ext-react
The app that is generated is based on the ExtReact Boilerplate.
Development
To make changes to the generator, run:
git clone [email protected]:sencha/extjs-reactor.git
cd extjs-reactor
npm install
cd packages/generator-ext-react
npm link
Now yo @extjs/ext-react
will use your local copy of the generator.
License
MIT © Sencha, Inc.