Sha256: debadd0fbf58dee522ec9c55d96045271659111d490ec169916884283aa0c191
Contents?: true
Size: 766 Bytes
Versions: 1
Compression:
Stored size: 766 Bytes
Contents
# MaterialAdmin Use rails webpacker to bundle the material admin template. https://www.wrappixel.com/demos/admin-templates/material-pro/Documentation/document.html Easily install and set up admin quickly ## Prerequisite - Need set up your db first ## Usage ### Installation Add this line to your application's Gemfile: ```ruby gem 'rails_material_admin' ``` And then execute: ```bash $ 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](https://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_material_admin-0.1.7 | README.md |