Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 417 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 417 Bytes

cv2020

Project setup

npm install

Adapt configuration

cp .env .env.local

Adapt BASE_URL and VUE_APP_GOOGLE_API_KEY

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.