bfh-proj1-sumfrie / frontend

The Vue.js Code for the frontend written in Typescript
https://bfh-proj1-frontend.herokuapp.com/
GNU Affero General Public License v3.0
1 stars 0 forks source link

frontend

Build Status GitHub tag (latest SemVer) Greenkeeper badge

Project setup

yarn install

Define the following env variables:

VUE_APP_API_URL the url where your api is hosted (without slash at the end).

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.