I am new to vue and in process of learning this.
First Question - I am trying to read values from webconfig to vue, so instead of hardcoding directly in vue file I can use value from web config. Can someone tell me how can I do this?
Second Question - How do i debug vue code? I am using in C# mvc project and I installed vue.js devtools extension for chrome. But I am trying to understand, how can i put breakpoint and step through like how we do in normal C# project? Is it possible in vue? Any useful links for debugging vue would be really grateful.
Thanks in advance.