Skip to content

Latest commit

 

History

History
 
 

frontend

WatchAD-Frontend

Change API Address

For development

edit the .env.development

VUE_APP_API_ROOT=http://your host/

For production

edit the .env.production

VUE_APP_API_ROOT=http://your host/

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.