stv basically running with bundle

This commit is contained in:
Harald Bamberger
2025-10-10 15:15:11 +02:00
parent f483e87455
commit 12fba4f2ca
6 changed files with 302 additions and 25 deletions
+25
View File
@@ -0,0 +1,25 @@
***NVM installieren***
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
oder
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
***Node.js installieren***
nvm install --lts
***package.json***
npm install
***Rollup build***
einmalig:
npm run build
als watch bei Änderungen:
npm run watch