© 2023 Hashnode
#nuxtjs
Are you a web developer looking for a hassle-free way to create stunning web designs? Look no further than Mytailwind! Our website simplifies the process of copying and customizing Tailwind components…
⚡️ Vue 3.3 released Vue 3.3 has been released, with lots of exciting features, particularly around type support. new defineOptions macro 'generic' components typed slots and using external types in…
Nuxt.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 produc…
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 a…
Nuxt.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 …
Let'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…
We 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 …
Let'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 Firs…
Let'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 n…
You 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 en…