0.0.23 • Published 7 years ago

generator-react-ui v0.0.23

Weekly downloads
3
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago