Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

dhlab-basel/0807-mls-app-vue

Repository files navigation

mls-vue-app

Install Yarn and Vue-CLI if not present

$ brew install yarn
$ yarn global add @vue/cli

Project setup

$ yarn install

Usage

Compiles and hot-reloads for development

$ yarn serve

Compiles and minifies for production

$ yarn build

Run your tests

$ yarn test

Lints and fixes files

$ yarn lint

Build for production

$ yarn build-prod

Customize configuration

See Configuration Reference.