Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 528 Bytes

File metadata and controls

32 lines (22 loc) · 528 Bytes

Digest-web Frontend service

This repository contains the vue-js frontend of the DiGeST projects webappliction.

Setup

npm install

Dev-deployement

General Vue.js tips

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.