zarpilla / projectes-front

GNU General Public License v3.0
0 stars 0 forks source link

ESSTRAPIS Front — Gestió de projectes per a coopertives

ESSTRAPIS

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

Licensing