0.0.5 • Published 9 years ago

generator-easy-react v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

generator-easy-react

Yeoman generator for build React app eaisly.

Usage

Install generator-easy-react

npm install -g generator-easy-react

Make a new directory, and cd into it:

mkdir new_react_project && cd $_

Run yo easy-react

yo easy-react

Run gulp for building and preview

###Directory ####app/javascripts/templates for your jsx ####app/javascripts/components for your component

###Custom Element in html If you use custom element in html:

<div>
	<HelloMessage name="John" />
</div>

You Must add require path about the custom element component:

<!-- var HelloMessage = require('.././components/hello_message'); -->
<div>
	<HelloMessage name="John" />
</div>

License

MIT

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago