Skip to content

onecx/onecx-shell-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

422 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneCX Shell User Interface

OneCX Shell is the heart of the OneCX platform. It’s the most important OneCX core Application that glues together all Applications and makes the platform seem like a single page application.

Useful Links:

. OneCX Shell Documentation

. OneCX Local Environment

Source maps

  • Webpack source maps are generated for all shell remotes and preloaders.
  • In Docker images, delivery of *.map files is controlled at runtime with SOURCE_MAPS_ACCESS_RULE.
    • Default: deny all; (recommended for production)
    • Development example: allow all;