Wesley Janse
Wesley Janse
NNuxt
Created by Wesley Janse on 11/10/2024 in #❓・help
Shortcut for creating boilerplate .vue file
Is there an emmet like shortcut for creating the following
<script lang="ts">
export default {

}
</script>

<template>

</template>
<script lang="ts">
export default {

}
</script>

<template>

</template>
4 replies
NNuxt
Created by Wesley Janse on 11/1/2024 in #❓・help
Beginner Nuxt Questions
Hey, I am a senior React/Next freelance developer. I am on the verge of creating a new business. and stumbled upon the idea to use Nuxt instead of Next. Most of the things became clear to me from the docs. but I do have some questions: Plugins: I want to use WorkOS for authentication, there is no OOTB SDK available, but there is a NodeJS SDK, is it a best practice to create a plugin using the Node SDK? i18n: Is there a standard i18n package or does most of the community use Nuxt i18n? Thanks in advance!
5 replies