diff --git a/docs/nuxt/content/guide/devtools.md b/docs/nuxt/content/guide/devtools.md new file mode 100644 index 000000000..9dd306e11 --- /dev/null +++ b/docs/nuxt/content/guide/devtools.md @@ -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) diff --git a/docs/nuxt/content/guide/proxy.md b/docs/nuxt/content/guide/proxy.md index dc2ef8559..f76799c47 100644 --- a/docs/nuxt/content/guide/proxy.md +++ b/docs/nuxt/content/guide/proxy.md @@ -1,6 +1,6 @@ --- title: Proxy -weight: -4 +weight: -5 --- ### Druxt and Proxies diff --git a/docs/nuxt/static/images/vuejs-devtools.png b/docs/nuxt/static/images/vuejs-devtools.png new file mode 100644 index 000000000..00838c0b1 Binary files /dev/null and b/docs/nuxt/static/images/vuejs-devtools.png differ