0.0.6 • Published 13 years ago
nodext-create v0.0.6
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-createUsage
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>