1.0.23 • Published 7 years ago

nodewrite-core-admin v1.0.23

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

Core Admin

Build Status Code Climate Coverage Status Dependency Status

Mounts the administrative user interface's core static assets. Design admin interfaces quicker using Semantic UI. Semantic is a development framework that helps create beautiful, responsive layouts using human-friendly HTML.

Installation

npm install nodewrite-core-admin --save

This is a core package and is installed by default.

Usage

Extend the layout and leverage assets when developing a plugin.

Plugin

When plugin views are rendered they can extend the admin's default layout. The admin's view directory is used a fallback when a referenced handlebars template is not found locally within a views directory provided by the plugin.

reply.view('template-name', context, { layout: 'default' });

Learn more about how to build a plugin.

Getting Help

Open an issue on this repository!