如何 运行 在开发模式下构建 Vue JS(使用 Vue UI)
How to run a Vue JS build in development mode (Using Vue UI)
我正在尝试在开发模式下部署我的 Vue 应用程序。当我点击 Vue Chrome 扩展指示器时,它显示:
Vue.js is detected on this page. Devtools inspection is not available because it's in production mode or explicitly disabled by the author
当我 运行 Vue UI 中的构建任务时,它默认为生产。我如何将其切换为开发?
我找到了答案。
在 Vue UI 的构建部分中,单击绿色构建按钮旁边的 "Parameters" 按钮。
这会打开“参数”对话框,其中一个选项是指定环境模式将其切换为"development"然后运行构建
我正在尝试在开发模式下部署我的 Vue 应用程序。当我点击 Vue Chrome 扩展指示器时,它显示:
Vue.js is detected on this page. Devtools inspection is not available because it's in production mode or explicitly disabled by the author
当我 运行 Vue UI 中的构建任务时,它默认为生产。我如何将其切换为开发?
我找到了答案。
在 Vue UI 的构建部分中,单击绿色构建按钮旁边的 "Parameters" 按钮。
这会打开“参数”对话框,其中一个选项是指定环境模式将其切换为"development"然后运行构建