Skip to content

dragonnodejs/bundle-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Skeleton for a bundle with the DragonNode.js framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published