1.1.2 • Published 8 years ago
@extjs/generator-ext-react v1.1.2
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-reactCreating 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=@extjsThen, to create a new ExtReact app, run:
yo @extjs/ext-reactThe app that is generated is based on the ExtReact Boilerplate.
Development
To make changes to the generator, run:
git clone git@github.com:sencha/extjs-reactor.git
cd extjs-reactor
npm install
cd packages/generator-ext-react
npm linkNow yo @extjs/ext-react will use your local copy of the generator.
License
MIT © Sencha, Inc.