Skip to content

Base dependency for frontend configuration in demosplan-core addons.

License

Notifications You must be signed in to change notification settings

demos-europe/demosplan-addon-client-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demosplan-addon js tooling

Base dependency for frontend configuration in demosplan-core addons.

yarn add -D @demos-europe/demosplan-addon-client-builder

This repo contains the webpack configuration builder for demosplan-core addons. It can and should be used when creating addons for demosplan-core that contain a web user interface.

After installation, only the addon's name and entry points have to be defined in config.webpack.js:

const DemosplanAddon = require('@demos-europe/demosplan-addon-client-builder')
  
module.exports = DemosplanAddon.build(
    'my-addon-name', 
    { 
        'MyAddon': DemosplanAddon.resolve('src/index.js') 
    }
)

About

Base dependency for frontend configuration in demosplan-core addons.

Resources

License

Stars

Watchers

Forks

Packages

No packages published