bundle-skeleton
v1.0.0
Published
Skeleton for a bundle with the DragonNode.js framework
Downloads
3
Readme
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
]
]]
];