Themes
The frontend section comprises HTML, CSS, and JavaScript, forming the visual part. Themes must be defined in the package.json file under a key named frontend in the root directory of the package.
Errors in Views
Sometimes it is necessary to display errors that occur within the view. To display and manage this category of errors, the framework provides the packages\base\view\Error class.
Dynamic Data
In an application, you often need to use a website's data or basic information on the Frontend side through JavaScript. Examples include settings configured in Options, or data that must be used on a given page, and so on. The framework automatically collects this information from the various packages, converts it into data readable by JavaScript, and places it in the page before the main files are loaded.
webpack
This package is deprecated and no longer maintained. Use the Node webpack package as a replacement.
npm
This package is deprecated and is no longer updated. Use the Node webpack package as a replacement.
Node Webpack
The NPM service allows you to easily use ready-made JavaScript and CSS packages.