bhushangahire / nocms-admin

Gem with common functionality for NoCMS Admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nocms-admin

Common functionality for NoCMS Admins

Add to your Gemfile

gem "nocms-admin", git: 'git@github.com:simplelogica/nocms-admin.git'

This gem is usually installed with nocms-admin-pages.

Dependencies

NoCMS Admin requires these versions of SASS and JQuery in your Gemfile:

gem 'jquery-rails', '~> 3.1'
gem 'sass-rails', '~> 4.0'

Update your bundle:

bundle install

Mount NoCMS Admin in a route you find handy:

mount NoCms::Admin::Engine => "/admin"

About

Gem with common functionality for NoCMS Admin

License:GNU General Public License v2.0


Languages

Language:CSS 58.0%Language:Ruby 20.4%Language:JavaScript 12.3%Language:HTML 9.2%