Best of NuxtOctober 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    unovue

    The post highlights several repositories, including inspira-ui for building beautiful websites with Vue and Nuxt, shadcn-vue which is a Vue port of shadcn-ui, and shadcn-vue-nuxt-layer for quick integration of Shadcn-vue with Nuxt within a monorepo. Additionally, it mentions the use of top languages like Vue, JavaScript, and TypeScript.

  2. 2
    Article
    Avatar of telerikTelerik·2y

    Vue Basics: How to Develop Better Vue Applications with Nuxt

    Nuxt 3 enhances Vue application development by offering features like TypeScript support, an automatic file-based routing system, and server-side rendering (SSR), which improves SEO and user experience. Nuxt's convention over configuration approach, powerful middleware, and layout systems streamline development, while its runtime configuration ensures consistent behavior across environments. Built-in composables simplify data fetching and handling, and the rich ecosystem of modules allows developers to add features with minimal configuration.