SyntaxFix
Write A Post
Hire A Developer
Questions
In vue cli-3 You can define the variable in main.js like
window.basurl="http://localhost:8000/";
And you can also access this variable in any component by using the the window.basurl