DAIKH NASSIMnhasbeen.hashnode.dev·Aug 4, 2024Zod + Vuetify = 💣 VuetiformsGoal Hi I created a small Library which I called Vuetiforms. It came to me since I was rather not satisfied with the current zod integration so I pushed it further. How It Works Its a dynamic form component leveraging the vuetify Library. You pass it...3 likes·28 readsVue.js
Takasi Venkata SandeepforGeekyAnts Tech Blogtechblog.geekyants.com·Nov 5, 2023Enhancing Vuetify Data Table Performance with Infinite ScrollIntroduction Vue.js is a popular JavaScript framework that allows developers to build dynamic and interactive user interfaces. When it comes to UI components, Vuetify is a powerful library that provides a wide range of pre-designed, customizable comp...199 readsVuetify
Anson ChiengforVue PDF Viewerblog.vue-pdf-viewer.dev·Sep 13, 2023⚡️6 Most Popular Vue.js UI Libraries (Vue 3) in 2023 🔥Edit: Previously I wrote about the "6 Most Popular Vue.js UI Libraries (Vue 3) in 2023". As we are now in 2024, I have revisited the different libraries and updated them for the current year 🎉 Vue.js, a JavaScript framework, has been gaining a lot o...Vue.js
孫柏青sunpochin.hashnode.dev·Sep 6, 2023Vuetify v-select 設定 width 要寫在外面的自訂 css, 而且外面要有一個 <div>今天問了 chatGPT, 但他給的答案都沒有 div, 沒有效果。原生的 select 用 css 設定 width 卻就可以: https://jsfiddle.net/sunpochin/dLbqe8f0/2/ 直到我看到這篇,偶然的加上 div, 才發現 width 神奇的改變了。https://stackoverflow.com/a/71231747/720276 做個筆記免得自己忘記,要寫成下面這樣。 <template> <div class="custom-width...Vuetify
Bukoye Olaniyiradiantcodes.hashnode.dev·Jun 26, 2023Building Modern Web Interfaces: Unleashing the Power of Nuxt.js and VuetifyIntroduction: In the world of Vue.js development, Nuxt.js and Vuetify have emerged as popular frameworks that offer incredible capabilities for building robust and visually stunning web applications. Nuxt.js, a framework based on Vue.js, provides a p...10 likes·450 readsVue.js
Takasi Venkata Sandeepvenkata-sandeep-takasi.hashnode.dev·May 19, 2023Mastering Internationalization: A Guide to Localization in Vue Apps with Vue I18nIntroduction Localization is the process of adapting your Application to the culture and language of users in a target market. Localization plays a huge role in making your website or service more appealing to the end users. For any end user, nothing...10 likes·675 readslocalization
Joschininja-army.hashnode.dev·Jan 9, 2023Nuxt3 meets VuetifyI'm using Nuxt3 a lot lately. I already wrote a bit about Nuxt3: Using fonts in tailwind with Nuxt3 Nuxt3 Google Maps Component This time we want to take a look at Nuxt with Vuetify.Vuetify comes with a lot of components and with Vue3 support. No...74 readsNuxt
Omar IZEMblog.izem.dev·Nov 18, 2022A Vue 3 user's guide to creating complex layoutsVue.js is a JavaScript framework for creating reactive user interfaces. It has gained a lot of popularity and for good reasons. You can easily build fast, scalable, and user-friendly applications with it. In this blog post, we'll be discussing how to...20.2K readsVue.js
Abanoub Georgeabanoubgeorge.hashnode.dev·Nov 6, 2022Form Handling With API TutorialThe Vue CLI is an awesome tool to kick-start your Vue projects. But by default — and rightly so — it comes with very little in the way of styling. Follow along and I’ll show you how to Create a Form With API using JSON Server on Vue Getting set up th...1 like·38 readsVue.js
Patricioblog.jpat.dev·Jul 8, 2022This is not your typical tutorial - Web Portal with Vue, Nuxt, Vuetify, Laravel, and DockerHey everyone! TLDR; If you're looking for the table of contents, it's down below! Today we're kicking off a starter kit that you will be able to use for internal tools, authenticated client areas, client accounts, CRM, and those sorts of things. Ho...3 likes·1.2K readsLaravel