We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e47fc4 commit b1f9843Copy full SHA for b1f9843
README.md
@@ -41,7 +41,7 @@ yarn add nuxtjs-drupal-ce # or npm install nuxtjs-drupal-ce
41
```
42
3. Get started quickly by scaffolding initial files:
43
```bash
44
-$(npm bin)/nuxt-drupal-ce-init
+rm -f layouts/default.vue && $(npm bin)/nuxt-drupal-ce-init
45
46
47
You may also take a look at the [example project](https://github.com/drunomics/nuxt-drupal-ce-example).
scaffold/layouts/default.vue
@@ -3,6 +3,7 @@
3
<header>
4
<main-navigation />
5
</header>
6
+ <messages />
7
<breadcrumbs />
8
<Nuxt />
9
</div>
0 commit comments