Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (22 loc) · 400 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 400 Bytes

Project setup

npm install

Set var environment

Set custom var environment, first copy file:

cp .env.exampe .env

Compiles and hot-reloads for development


npm run serve

```### Compiles and minifies for production

````npm run build

```###

```

npm run lint

```###

See [Configuration Reference](https://cli.vuejs.org/config/).