Basic Usage

Options

The fastest way to get started with nuxt-module-template is to define the options:

nuxt.config.js
{
  modules: [
    ['nuxt-module-template', {
      ...
    }]
  ],
}

We strongly recommend to use environment variables for all these values!

Edit this page on GitHub Updated at Thu, Jan 20, 2022