0.0.23 • Published 9 years ago

generator-react-ui v0.0.23

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

Stories in Ready npm

generator-react-ui

Yeoman generator for React with Material-UI and Redux

Prerequisites

  1. Install yeoman: npm install -g yo
  2. Install this: npm install -g generator-react-ui

Use generator-react-ui

To generate your app

yo react-ui

Sub-generators

Action sub-generator

Generate new action file

yo react-ui:action

also generated from reducer

Reducer sub-generator

Generating new reducers

yo react-ui:reducer

This will prompt and ask if you want to generate an action. Uses a config file inside of js/config/redux.json. Will look for a reducer inside of js/reducers/ for each entry inside of the config file.

Route sub-generator

Generating routes

yo react-ui:route

Uses a config file inside of js/config/routes.json. Each each entry has a key which is the name of the route, path which is the path, and label which is what will be displayed in the side navbar.

"index": {
  "path":  "/",
  "label": "Index"
}

Links

References

  1. yeoman
  2. react
  3. material-ui
  4. Redux
  5. webpack
  6. es6-features
  7. generator-material-react

Authors

Contributors

LICENSE

MIT License

0.0.23

9 years ago

0.0.22

9 years ago

0.0.21

9 years ago

0.0.20

9 years ago

0.0.19

9 years ago

0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago