Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 668 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 668 Bytes

Fablabs.io Vue.js example

Prerequisites

Getting started

You need to install dependencies first, we use Yarn for that, but also npm should work fine

cd vuejs
yarn 

Update environment variables

Edit the file config.js to reflect your settings, for local development, assuming you are running the docker environment, the only things you need to adjust are the client_id and client_secret.

Start your local server for authentication

yarn local-auth 

Start the vuejs server

yarn serve

Browse http://localhost:8080