/thingy-client-orange

Frontend made with Vue.js for quiz application where the user can choose answers with a "Nordic Thingy:91" IoT device

Primary LanguageVue

Installation

First, make a copy the .env.sample and name it .env at the root of the thingy-client-orange folder. Then fill up the needed parameters.

Docker installation

  • docker build -t thingy-client-orange .
  • then docker-compose up in the thingy-api-orange root folder

local installation

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.