/vue-rentals

property rentals frontend

Primary LanguageVue

frontend for rentals api

Project setup

1. yarn install

2. rename .env.example to .env.local 

3. change VUE_APP_API_URL to match url of Backend(https://github.com/lacasera/laravel-rentals-api)

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.