Skip to content

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/).