nodewrite-core-admin

1.0.23 • Public • Published

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!

Readme

Keywords

none

Package Sidebar

Install

npm i nodewrite-core-admin

Weekly Downloads

2

Version

1.0.23

License

ISC

Last publish

Collaborators

  • calmdev