Build and Deploy

Build and deploy your v5 apps.


Building Your App

Development Build

npm run watch

This watches for changes and rebuilds automatically.

Production Build

npm run build

Creates optimized bundle in dist/main.js.

Deploy Your App

Setup

Follow the standard app setup process in iviva (clone/copy app in to a filder and update the iviva.config.yml to point to the app)

Enable App

MergeDB & Install Views

That's it!.

Access Your App

Next Steps

Last updated