Sanathansanathan.hashnode.net·Feb 7, 2023Get started with Nuxt3 and TailwindcssLet's start how to create the project with Nuxt3 using tailwindcss within a few easy steps How to add tailwindcss to the Nuxt3 project 1 . Creating the Nuxt3 project. To create a project first we need to open the terminal or command line interface, t...Discuss·15 likes·214 readsNuxtCheck out🔗 : https://tailwindcss.com/docs/guides/nuxtjs#3 10
Joschininja-army.hashnode.net·Dec 31, 2022Using fonts in tailwindUsing fonts in tailwind can be tricky. You wanna add your fonts from local files and include them in your projects? Let's take a look at how this works in a Nuxt.js project! Nuxt assets If you're familiar with Nuxt.js you should know the directory st...Discuss·7 likesTailwind CSS
Michelle Buchi Okonichamichelle-buchi.hashnode.net·Nov 5, 2022Introduction to nuxt.jsYou might have heard of nuxt and be wondering what it is. Nuxt.js is a framework of vue.js which is a JavaScript framework. So basically, nuxt.js is a framework of a framework. Make sense? Although more versions have been released to improve useabili...Joshua Omobola and 1 other are discussing this2 people are discussing thisDiscuss·2 likes·58 readsNuxt.js
Anthony GitauforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 3, 2023Build Headless ECommerce With Nuxt.Js, Webiny CMS, And Stripe IntegrationsNuxt.js is is a lightweight front-end SSR framework for Vue. Vue allows us to build robust and engaging user interfaces of any complexity. Nuxt.js is built on the Vue structure to help us build production-ready Vue applications. This article will lev...DiscussNuxt
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 20, 2023Is ChatGPT/Codex replacing Developers?Here is the sentiment I echo INTRO “A little learning is a dangerous thing. Drink deep, or taste not the Pierian Spring; There shallow draughts intoxicate the brain, and drinking largely sobers us again.” This is a quote from Alexander Pope's poem ...Discuss·72 readsNuxt.js
Awais al-waissyamicoder.hashnode.net·Feb 12, 2023NuxtJs 3.2.0: The Latest Release Brings Exciting New FeaturesNuxt.js, a popular open-source framework for building modern web applications, has just released its latest version, 3.2.0. This is the first minor release since the start of the new release schedule and is packed with new features and improvements. ...Discuss·32 readsNuxt.js
Sanathansanathan.hashnode.net·Feb 7, 2023Get started with Nuxt3 and TailwindcssLet's start how to create the project with Nuxt3 using tailwindcss within a few easy steps How to add tailwindcss to the Nuxt3 project 1 . Creating the Nuxt3 project. To create a project first we need to open the terminal or command line interface, t...Discuss·15 likes·214 readsNuxtCheck out🔗 : https://tailwindcss.com/docs/guides/nuxtjs#3 10
Aslam Doctoraslamdoctor.hashnode.net·Jan 25, 2023Some basics of using Vuex with Nuxt JS - with ExampleWe all know that Vuex is a very powerful state management system when used with VueJS. And when you are using it with NuxtJS, it’s even more fun to use. But sometimes it is a little confusing. Mainly in the initial stage of setting up the Store. What...Discuss·40 readsNuxt
Joschininja-army.hashnode.net·Jan 20, 2023Building simple filter with Nuxt3 - Composition APILet's build a simple filter with Nuxt 3 and the Composition API. We will also use tailwind and daisyUI for the styling. In the end, we should have something like this Creating the Nuxt 3 Project First, we need to create our Nuxt project. We'll do th...Discuss·357 reads2Articles1Week
Joschininja-army.hashnode.net·Jan 16, 2023Simple Counter Animation in Nuxt3Let's create a very simple counter animation with Nuxt3 and the Composition API. At the end of this post and with a few lines of code we should have something like this: Nuxt 3 - Project First, you need to create a Nuxt project. I also added tailwin...Discuss·118 readsNuxt
Joschininja-army.hashnode.net·Jan 3, 2023Nuxt 3 Google Maps ComponentYou can do a lot of things with Google Maps right? In this short tutorial, we will create a Google Maps component with Nuxt3. We will also add tailwind and tailwind elements to our projects. In the end, we want to have a component that looks like thi...Discuss·143 readsgoogle maps
Joschininja-army.hashnode.net·Dec 31, 2022Using fonts in tailwindUsing fonts in tailwind can be tricky. You wanna add your fonts from local files and include them in your projects? Let's take a look at how this works in a Nuxt.js project! Nuxt assets If you're familiar with Nuxt.js you should know the directory st...Discuss·7 likesTailwind CSS