PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, July 15, 2022

[FIXED] How to run a Vue JS build in development mode (Using Vue UI)

 July 15, 2022     vue.js, web-deployment     No comments   

Issue

I am trying to deploy my Vue app in development mode. When I click on the Vue Chrome extension indicator it says:

Vue.js is detected on this page. Devtools inspection is not available because it's in production mode or explicitly disabled by the author

When I run the build task in Vue UI it defaults to production. How do I switch this to development?


Solution

I found the answer.

In Vue UI in the build section click the "Parameters" button next to the green build button.

This opens up the Parameters dialog, were one of the options is Specifiy env mode Switch this to "development" and then run build



Answered By - ScottyG
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing