Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 674 Bytes

README.md

File metadata and controls

55 lines (36 loc) · 674 Bytes

Client

Prerequisites

Setup

npm install

Usage

Compile and hot-reload for development

npm run serve

Compile and minify for production

npm run build

Run unit tests

npm run test:unit

Lint and fix files

npm run lint

Note: this will also format files automatically.

Use the Vue CLI UI

vue ui

Customize the Vue CLI project configuration

See the configuration reference.