bundle-skeleton

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i bundle-skeleton

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • dragonnodejs