0.3.2 • Published 10 years ago

generator-react-material-ui v0.3.2

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

React Material UI Generator

Yeoman generator for React Material UI - lets you quickly set up a project with sensible defaults and best practices.

Usage

install generator-react-material-ui

npm install -g generator-react-material-ui

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Run yo react-material-ui:

yo react-material-ui

Run gulp to preview your app

Generators

Available generators:

  • react-material-ui
  • react-material-ui:page
  • react-material-ui:view
  • react-material-ui:store

Note: Generators are to be run from the root directory of your app.

react-material-ui

Generates an entire React application.

react-material-ui:page

Generates a page, that you can navigate by clicking on the navigation sidebar.

This sub generator expects a name small case. If the name of the page is multi-word, use spaces to separate the words.

react-material-ui:view

Generates a view that you can use in your page, or in other views.

react-material-ui:store

Generates a data store class.

Testing

Running npm test will run the unit tests with Jest.

0.3.2

10 years ago

0.3.0

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago