Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 507 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 507 Bytes

VueJs frontend for Costume Contest app

Technologies:

Project setup

npm install

Create the .env.local file and set the backend URL:

VUE_APP_API_URL=http://localhost:9000/api/

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build