Skip to content

Commit

Permalink
chore(docs): add devtools guide page
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Nov 3, 2022
1 parent 29905ff commit 6ea17e3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions docs/nuxt/content/guide/devtools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Vue.js Devtools
weight: -3
---

### Vue.js Devtools

> Browser devtools extension for debugging Vue.js applications, now with DruxtJS integration
![Vue.js Devtools integration](/images/vuejs-devtools.png)

Druxt integrates with the Vue.js Devtools to provide easier access to debug information, and to simplify the theming process.

* * *

## Features

* DruxtJS custom inspector with connection information.
* Druxt theme component template creation tool.
* Druxt tag in the component inspector.

* * *

### Installation

1. [Install the Vue.js Devtools](https://devtools.vuejs.org/guide/installation.html)
2 changes: 1 addition & 1 deletion docs/nuxt/content/guide/proxy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Proxy
weight: -4
weight: -5
---

### Druxt and Proxies
Expand Down
Binary file added docs/nuxt/static/images/vuejs-devtools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ea17e3

Please sign in to comment.