Alan
NSFWjs and Vite/Nuxt
Before you read: (It's probably more of a package issue, but I need it to work with Nuxt and Vite) I need it done asap and can offer a small tip
Has anyone used the nsfwjs https://www.npmjs.com/package/nsfwjs package with nuxt? I am having issue in my Nuxt 3 (with spa mode) project. I believe the problem is related to Vite because the package works correctly in a barebone React project as per the documentation.
In particular:
with the following imports as per docs
It throws an error right after this line:
const model = await nsfwjs.load("MobileNetV2Mid");
Does anyone have any idea how to fix that package or make vite import .js files correctly?1 replies
`Help center`
Guys, I want to build a
Help Center
(a page where users find answers to questions like how to log in, block a user, UI questions, terms of service, privacy etc.) with Nuxt 3, and I have the following requirements:
i18n support
Markdown file based with directory support tree (content/en/troubleshooting/how-to-disable-x.md
)
Search articles by title or description
Is there any Nuxt 3 module that would allow me to build this as fast as possible? I looked at @nuxt/content
, but it seems very complex bad choice, even from the docs -_-. So, I’m not sure what the least time consuming approach would be, without wasting time reinventing the wheel...8 replies