Discord
Get real-time help, exchange with the core team and the community, and stay updated on the latest Nuxt news.
Nuxters
Connect with other Nuxt enthusiasts.
”I can’t figure out how to (…)”
You’ve read through these docs and you think it should be possible, but it’s not clear how. The best thing is to open a GitHub Discussion. Please don’t feel embarrassed about asking a question that you think is easy - we’ve all been there! Everyone you’ll encounter is helping out because they care, not because they are paid to do so. The kindest thing you can do is make it easy for them to help you. Here are some ideas:- Explain what your objective is, not just the problem you’re facing. “I need to ensure my form inputs are accessible, so I’m trying to get the ids to match between server and client.”
- Make sure you’ve first read the docs and used your favorite search engine. Let people know by saying something like “I’ve Googled for ‘nuxt script setup’ but I couldn’t find code examples anywhere.”
- Explain what you’ve tried. Tell people the kind of solutions you’ve experimented with, and why. Often this can make people’s advice more relevant to your situation.
- Share your code. People probably won’t be able to help if they just see an error message or a screenshot - but that all changes if you share your code in a copy/pasteable format - preferably in the form of a minimal reproduction like a CodeSandbox.