📘
We are still enriching information on our plugin. Stay tuned for more ways to take advantage of Notice superpowers with Nuxt 3.

Integrate it

Install our package with npm install notice-org/nuxt

<template>
<Notice :data="data" />
</template>

<script setup>
const notice = useNotice()

const { data } = await useAsyncData(() => notice.document({ pageId: '{{{project}}}' }))
</script>






And that's it, you are all set!

🌱
You can customize everything and get the data in markdown, JSON, or fragmented in different HTML parts. Keep reading to understand how it works.


Created with Notice