1.0.0 • Published 8 years ago

bundle-skeleton v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

DragonNode.js Bundle Skeleton

Skeleton for a bundle with the DragonNode.js framework

Installation

  • Run npm install bundle-skeleton --save
  • Add the bundle to the "app.js":
let modules = [
    [require('bundle-skeleton'), [
        ['example',
            // Configuration for the module
        ]
    ]]
];