rails_material_admin

Quickly start admin page using Material Admin Pro theme.


License
MIT
Install
gem install rails_material_admin -v 0.1.4

Documentation

MaterialAdmin

Use rails webpacker to bundle the material admin template.

https://wrappixel.com/demos/admin-templates/materialpro-bootstrap-latest/material-pro/src/material/ui-scrollspy.html#list-item-2

Easily install and set up admin quickly

Prerequisite

  • Need set up your db first
// Gemfile
gem 'webpacker', '~> 5.0'


// package.json
{
  "dependencies": {
    "@rails/webpacker": "5.4.2",
  },
  "devDependencies": {
    "webpack-dev-server": "^3.11.2"
  }
}

Usage

Installation

Add this line to your application's Gemfile:

gem 'rails_material_admin'

And then execute:

$ bundle

Init an admin template

rails generate material_admin [layout_name]

Init a simple users CRUD template

rails generate crud user --options layout_name:[layout_name]

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.