Just diving into the world of Vue and eager to learn.
Question One - I'm interested in pulling values from webconfig into Vue, rather than hardcoding directly into the Vue file. Does anyone have any insight on how I can achieve this?
Question Two - How can I effectively debug Vue code? I'm working on a C# MVC project and have installed the Vue.js Devtools extension for Chrome. However, I'm unsure of how to set breakpoints and step through the code, similar to how it's done in a traditional C# project. Is this possible in Vue? Any helpful resources on debugging Vue would be greatly appreciated.
Appreciate the help in advance.