Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 616 Bytes

File metadata and controls

29 lines (24 loc) · 616 Bytes

Data Platform Frontend

This project uses VueJS 3 with Vite and TailwindCSS. For form validation Vuelidate is used.

Project setup

npm install

Before Startup

Setup a .env file with following variables, e.g.:

VITE_ROOT_API=http://localhost:3000

Compiles and hot-reloads for development

npm run dev

Production deployment

npm run build

We use pm2 (see example ecosystem.config.js) for deployment.

pm2 start ecosystem.config.js