0

When I run the project by npm run electron:serve, the components tree of the Vue.js devtools and other tabs are empty. Actually it dose not detect the project.

How can I solve the problem?

enter image description here

1 Answer 1

2

Terminate the project and add the following line before the new Vue(...) in main.js file the run the project again by npm run electron:serve command.

Vue.config.devtools = process.env.NODE_ENV === 'development';

enter image description here

Result:

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.