voila-dashboards / voila-vuetify

Dashboard template for Voilà based on VuetifyJS
Other
154 stars 41 forks source link

Run vue in development mode to use dev tools #52

Open etienne-monier opened 3 years ago

etienne-monier commented 3 years ago

Problem

I'd like to use (https://github.com/vuejs/devtools)[vue devtools] to debug the rending. Yet, it only works when vue is running in development mode.

Is there a way to run voila vuetify in development mode?

Proposed Solution

Add an option so that vue is in development mode

etienne-monier commented 3 years ago

up :)

Is there an option for that ?

guimillet commented 3 years ago

If you replace vue.min.js with vue.js here, it seems to work with firefox.