Selemondevselemondev.hashnode.net·Dec 4, 2022Mastering Nuxtjs Color Modes: A Step-by-Step Guide to Implement Dark Mode and Light Mode on Your Nuxt 3 WebsiteIn this day and age, providing a personalized and engaging user experience is essential for businesses. One of the simplest ways to do this is to provide website visitors with the ability to choose between a light and dark mode. With the help of the ...Discuss·11 likes·169 readsnuxt3
Selemondevselemondev.hashnode.net·Jan 21, 2023Powering your Nuxt 3 app with Graphql using Nuxt ApolloGraphQL is a powerful query language that allows developers to easily access and manipulate data from a variety of sources. With Nuxt Apollo, developers can easily integrate GraphQL into their Nuxt 3 applications. In this blog post, we'll explore how...Discuss·2 likes·339 readsnuxt3
Derrick Mbaraniderrickmbarani.hashnode.net·Feb 5, 2023Nuxt3 crash courseVue Framework work's just fine. But, you probably need the added benefits of a server-side rendered web application (Search Engine Optimization, faster development with autogenerated routes, prerendering etc). Also, Nuxt3 comes with cool new features...Discuss·1 like·54 readsnuxt3
Dinar Permadi Yusuppermadi.hashnode.net·Mar 31, 2023Install Module (Tailwind css) pada Nuxt.js 3Nuxt Tailwind Website module tailwind nuxt js => Nuxt Tailwind Website resmi Tailwind CSS Install dependensi Tailwind css npm install -D @nuxtjs/tailwindcss Setelelah selesai, buka file nuxt.config.ts dan edit sehingga jadi seperti iniexport export ...Discuss·1 likeTailwind CSS
Mohit Talniyamohit-talniya.hashnode.net·Mar 22, 2023Nuxt vs Vue comparisonCriteriaNuxtVue Server-side rendering (SSR)Pros: Easy to set up SSR, fast page loads, better SEO, improved user experience for slow internet connections.Cons: Requires additional setup to implement SSR, may require additional maintenance. Routing...Discussnuxt3
Juan Boadajboada.hashnode.net·Mar 20, 2023Nuxt 3, UnoCSS, and Preset rem to pxHello everybody! 👋 This post is about generating px units by default in UnoCSS when used in Nuxt 3. Preamble Working on a project that uses Nuxt 3 and Vuetify; UnoCSS was the choice to handle the CSS tweaks/adjustments because it offers many advant...Discussnuxt3
Oscar Sherelisoscar-sherelis.hashnode.net·Feb 18, 2023How I Started Using NuxtNuxt 3 is a powerful web framework that helps developers create modern web applications with ease. It is built on top of the Vue.js framework and offers a wide range of features that make it an ideal choice for building complex applications. In this ...DiscussNuxt
Derrick Mbaraniderrickmbarani.hashnode.net·Feb 5, 2023Nuxt3 crash courseVue Framework work's just fine. But, you probably need the added benefits of a server-side rendered web application (Search Engine Optimization, faster development with autogenerated routes, prerendering etc). Also, Nuxt3 comes with cool new features...Discuss·1 like·54 readsnuxt3
Guillaume Duhanguillaumeduhan.hashnode.net·Feb 4, 2023Nuxt-content with Nuxt 3https://www.youtube.com/watch?v=5mTQLWyyVNM&ab_channel=CodewithGuillaume Nuxt-Content is a module for the Nuxt.js framework that allows you to manage content in a headless CMS manner. It provides an easy way to work with dynamic content in a Nuxt.j...Discuss·47 readsBeginner Developers
Mohsen Vazirimohsenv.hashnode.net·Feb 2, 2023Full Stack Development With Nuxt 3 and Nitro — Vue Amsterdam Conference 2022 — Ninth TalkPooya Parsa - Head of Framework at Nuxt.js Welcome! It's been a while since my last article, but I'm excited to return with the ninth part of my series on the Vuejs Amsterdam conference 2022. In this part, we will delve into the exciting world of ful...Discuss Vue Amsterdam Conference 2022 SummaryWeb Development
Guillaume Duhanguillaumeduhan.hashnode.net·Jan 23, 2023SSR, SWR & Hybrid with Nuxt 3https://www.youtube.com/watch?v=TmgIylXsLuE Nuxt.js version 3 introduces three main rendering modes: Server-Side Rendering (SSR): In this mode, Nuxt generates the HTML, CSS, and JavaScript on the fly by rendering the Vue.js application on the serv...Discuss·391 readsBeginner Developers
Selemondevselemondev.hashnode.net·Jan 21, 2023Powering your Nuxt 3 app with Graphql using Nuxt ApolloGraphQL is a powerful query language that allows developers to easily access and manipulate data from a variety of sources. With Nuxt Apollo, developers can easily integrate GraphQL into their Nuxt 3 applications. In this blog post, we'll explore how...Discuss·2 likes·339 readsnuxt3
Sushil Tiwarisusilnem.hashnode.net·Dec 26, 2022Install Tailwind CSS in Nuxt.js 3Hey Guys, Today We'll look at installing and configuring Tailwind CSS in Nuxt.js 3. Server-side rendering (SSR) and static site generation work well with Nuxtjs (SSG). For speedier performance and a better developer experience, Nuxt 3 has been re-arc...Discuss·1 like·122 readsNuxt