Installation
Adding Elements to your Nuxt project is straightforward.
- Install the npm package:
npm
npm install --save-dev @nuxt-themes/elements
- Add it to your
nuxt.config.ts
:
nuxt.config.ts
export default defineNuxtConfig({ extends: '@nuxt-themes/elements'})
- That's it, you can now use the components in your Markdown pages ✨