You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESSTRAPIS Front — Gestió de projectes per a coopertives
Projectes
Planificació
Hores dedicades
Tasques
Facturació
Tresoreria
Contactes
Pressupostos
Build Setup
# install dependencies
$ npm install
# set environment variables
$ cp .env.example .env
$ nano .env
# VUE_APP_API_URL [Backend URL](https://github.com/zarpilla/projectes)# VUE_APP_RESET_PASSWORD (Password reset URL for email)# VUE_APP_PATH (this public URL)# serve with hot reload at localhost:3000
$ npm run serve
# build for production
$ npm run build