📊
Fuodz(webApp)
  • Introduction
  • Vue Web App
    • Getting Started
    • Directory Structure
    • Connect To Backend
    • App Color / Theme
    • Changing Icon & App name on Browser header
    • Shared Hosting
    • Enable Google Maps Javascript Api
  • How to Add languages
  • Enable firebase OTP
Powered by GitBook
On this page

Was this helpful?

  1. Vue Web App

Connect To Backend

After setting up the backend on your server. For your app to communicate with your setup backend you need to change the url endpoint on your app.

Go to src/.env to change VUE_APP_API_BASE_URL and VUE_APP_BASE_URL variable value.

VUE_APP_API_BASE_URL=https://YOUR_SERVER_DOMAIN/api
VUE_APP_BASE_URL=https://YOUR_SERVER_DOMAIN
PreviousDirectory StructureNextApp Color / Theme

Last updated 5 months ago

Was this helpful?