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...DiscussVuetify
孫柏青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...DiscussVuetify
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...Discuss·10 likes·230 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...Discuss·10 likes·504 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...Discuss·78 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...Osee Ayan and 1 other are discussing this2 people are discussing thisDiscuss·10.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...Discuss·1 like·98 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...Discuss·3 likes·960 readsLaravel