Code-Pop / real-world-vue

The application that we build in Vue Mastery's courses starting with Real World Vue
https://www.vuemastery.com
1.02k stars 494 forks source link

Template execution failed: ReferenceError: BASE_URL is not defined #10

Closed Diantha closed 5 years ago

Diantha commented 5 years ago

Hi your project work fine, but I am trying to integrate in a personal project, the only thing that doesn't work, is when I set

In index.html I immediately had this error:

Template execution failed: ReferenceError: BASE_URL is not defined

To run my application I use : npm run dev

I have already installed lodash dependecy, but the problems seems to not be in the dependencies. What can I do? Thank you