remsfal / remsfal-frontend

MIT License
3 stars 11 forks source link

Add vue Devtools #72

Closed ruppfabian1997 closed 1 month ago

ruppfabian1997 commented 1 month ago

Implementing Vue Devtools is beneficial because it provides developers with real-time insights into the Vue.js application's component structure, state, and performance, facilitating efficient debugging and optimization processes. Additionally, Vue Devtools offers a seamless integration with Vue.js projects, empowering developers to visually inspect and manipulate component data flow, aiding in the development of robust and maintainable Vue.js applications

https://devtools.vuejs.org/

FelixSiegfriedRiedel commented 1 month ago

Good Idea, I will make a pull request for it!

FelixSiegfriedRiedel commented 1 month ago

Will be added in #88. Pull-Request is waiting for approval.