Files
vue-tippy/docs/content/en/setup.md
T
Georges KABBOUCHI 3cb6402466 generate docs
2020-12-29 19:16:06 +02:00

677 B

title, description, position, category
title description position category
Setup 2 Guide

Check the Nuxt.js documentation for more information about installing and using modules in Nuxt.js.

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:

{
  modules: [
    '@nuxtjs/xxx'
  ],
  xxx: {
    // Options
  }
}