Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Auszug
hiddentrue

Nuclos web client development: Node.js, npm install, config.json, localhost:4200, development mode, Angular, addon, addon-api.

globe with meridians Language: Deutsch · English

hammer and wrench JS web client development environment

Develop the Angular web client locally – Node.js, development mode, npm install, config.json and localhost:4200.

Status
colourPurple
titleHow-to
Status
colourBlue
titleDeveloper
Status
colourGreen
titleUpdated: Jul 2026
Status
colourGrey
titleapplies to Nuclos 4.2026.x

Panel
bgColor#F4F5F7

On this page

Inhalt
maxLevel2
minLevel2

Prerequisites

  • Node.js installed;
  • Nuclos must be started in development mode.

Install libraries

Only needed initially and after changes to package.json:

Codeblock
languagebash
npm install

Server configuration

Enter the host name, port and web context of the Nuclos server in nuclos/nuclos-webclient/src/assets/config.json.

Start the web client

The web client is then available at http://localhost:4200.

Info
titleAddon problems

Startup problems with an addon? Delete the node_modules folder and reinstall the addon dependencies:

Codeblock
languagebash
npm install @nuclos/nuclos-addon-api
npm run install-addon-deps

Related pages

gear Setting up Docker


Build tools.

Open →

gear Addon


Addons.

Open →