Skip to content

A Derby JS component for exposing derby util properties such as isProduction and isServer.

License

Notifications You must be signed in to change notification settings

psirenny/d-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Derby Util

A Derby JS component for exposing derby util properties such as isProduction and isServer.

Installation

$ npm install d-util --save

Usage

Create a view:

<index: element="util">
  <!-- empty -->

Associate your view with the component:

app.component('util', require('d-util'));

Use the component:

<util path="#root.util"></util>

About

A Derby JS component for exposing derby util properties such as isProduction and isServer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published