Skip to content

tnunamak/display-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a monorepo of display applications built on Lerna. Each directory in packages/ represents a functionally independent web application. Applications implement a common build API and use a common asset publication tool.

App Requirements

To add an application, add an npm package to packages/ with the following characteristics.

  • The prepublish package.json script property includes the display-apps-publish command.
  • The main package.json property references a module with a build method.
    • The build function returns the built application as a string.
  • The publishConfig package.json property should have a registry property referring to the private BV npm registry.

Browse the apps in packages/ for examples.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published