Setup
Check the Nuxt.js documentation for more information about installing and using modules in Nuxt.js.
Installation
Add nuxt-custom-elements dependency to your project:
bash
yarn add nuxt-custom-elementsbash
npm install nuxt-custom-elementsThen, add nuxt-custom-elements to the modules section of nuxt.config.js:
js
{
modules: [
'nuxt-custom-elements'
],
customElements: {
// Options
}
}See module options.