2.2.4 • Published 6 years ago

electron-vue-debugger v2.2.4

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

🔮 Debugger Component

demo

Install

npm install electron-vue-debugger -save-dev

component must be registered.

Vue.use(require('electron-vue-debugger'));

Add the Component to your main app file.

keepAlive will determine if the debugger keeps state when open and closed, if false, the panel does not render when not opened. This can help with performance.

<debugger :keepAlive="true" :components="$children"></debugger>

You will most likely only render this component in development so a conditional like the following will be warranted.

<debugger v-if="CONFIG.debug" :keepAlive="true" :components="$children"></debugger>

Control ⌃ + d toggle the debugger panel

thats it, enjoy...

2.2.4

6 years ago

2.2.3

6 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago