Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 470 Bytes

File metadata and controls

35 lines (24 loc) · 470 Bytes

Client

Heart of the infoscreen project. Contacts the slide API to render and serve a Vue.js app, which gets slide data from the slide-api. Written in Vue.js.

Project setup

npm install -g vue-cli
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint