Markdown

Introducing my awesome Nuxt module!

Installation

Add @nuxtjs/xxx dependency to your project:

yarn add @nuxtjs/xxx
npm install @nuxtjs/xxx

Then, add @nuxtjs/xxx to the modules section of nuxt.config.js:

nuxt.config.js
{
  modules: [
    '@nuxtjs/xxx'
  ],
  xxx: {
    // Options
  }
}

Check out an info alert with a codeblock and a link!

Item1
Item2
Item3
v1.2+
yarn add @nuxt/content-theme-docs
npm install @nuxt/content-theme-docs
| components/
--| base/
----| foo/
------| Button.vue
Loading CodeSandbox...
Edit this page on GitHub Updated at Tue, Apr 12, 2022