/bundle-skeleton

Skeleton for a bundle with the DragonNode.js framework

Primary LanguageJavaScriptMIT LicenseMIT

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
        ]
    ]]
];