Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. afilic
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    afilic

    @afilic

    0
    Reputation
    196
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    afilic Follow

    Latest posts made by afilic

    • Environment detection in v0.15

      How to detect development or production environment within js?
      In previous version I used DEV:

      if (DEV) {
      Vue.axios.defaults.baseURL = ‘https://www.mydomain.com:18843’
      }
      else {
      Vue.axios.defaults.baseURL = ‘https://www.mydomain.com:18443’
      }

      posted in Framework
      A
      afilic