less
less
NNuxt
Created by mdthansil on 8/30/2024 in #❓・help
Is there any easy way to generate PDF from html in Nuxt.js?
Maybe you can use PDFjs, or according to sidebase/nuxt-pdf, you can use their composables to generate the PDF from HTML : https://github.com/sidebase/nuxt-pdf/tree/main/src/runtime/composables
7 replies
NNuxt
Created by Inès on 8/28/2024 in #❓・help
NuxtLink and SSR pages
do you have any reproductions ?
6 replies
NNuxt
Created by Inès on 8/28/2024 in #❓・help
NuxtLink and SSR pages
maybe you can write it with string literals if you want to use the variables. i assume that the networkName is a variable, you can write it like
:to="`/networks/${networkName}`"
:to="`/networks/${networkName}`"
6 replies
NNuxt
Created by sniperfull. on 8/1/2024 in #❓・help
shadcn-vue compontents not getting added
have you declare the component directory in the nuxt config?
2 replies
NNuxt
Created by less on 5/3/2023 in #❓・help
useFetch is not defined in server/api
ah i seee, thankyou sir
7 replies
NNuxt
Created by less on 5/3/2023 in #❓・help
useFetch is not defined in server/api
Thankyou for the answer, if may i know, why this issue occured? is it not allowed to useFetch in server/api??
7 replies
NNuxt
Created by less on 5/2/2023 in #❓・help
get started with nuxt 3 but get nuxt 2
Hello , sir @warflash . thanks for the help , i got it solved by deleting my package.json on my root directory that installed nuxt 2 ( i dont know how i got it somehow ). appreciate the help!
17 replies