Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

bergie/nodext-create

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodext-create - Create integration for NodeXT

This package provides a NodeXT extension for including the Create CMS UI into Node.js web applications.

Installation

$ npm install nodext-create

Usage

Add this extension to your NodeXT application configuration:

"/create/": {
  "name": "create",
  "location": "./node_modules/nodext-create",
  "configuration": {}
}

...and then include the Create JavaScript files in your template. For example:

<script src="/create/js/jquery.Midgard.midgardCreate.js"></script> 

About

Create CMS UI extension for nodext

Resources

Stars

Watchers

Forks

Packages

No packages published