Abu Sayed
Musician | Singer | Lyricist | Composer | Music Producer | Web | Game | XR & Blockchain Developer
Tag Archives: Vue3
elegantly use BEM in vue3

Easy implementation of BEM in Vue 3.x, helps you employ the BEM specification extra concisely in vue3. Set up npm i vue3-bem Utilizing vue3-bem can also be very simple to make use of. As proven beneath. // .vue import useBem from “vue3-bem”; const bem = useBem(“block”); Enter fullscreen modeExit fullscreen mode <div :class=”bem(‘elem’, ‘chosen’)”></div> Enter…
Half 2:Unified SVG icons with Vite, Vue 3, Quasar and Pinia

Unified SVG icons with Vite, Vue 3, Quasar and Pinia (2 Part Series) 1 Part 1:Unified SVG icons with Vite, Vue 3, Quasar and Pinia 2 Part 2:Unified SVG icons with Vite, Vue 3, Quasar and Pinia Abstract That is the second a part of the article. Learn the primary half here. On this article,…
Vue2 vs Vue3

For a easy desk of 30k objects with search, sorting and filtering, vue2 was considerably extra responsive throughout the filtering step. Typing within the textbox was clean whereas in vue3, it was fairly janky. Very surprising, I will must dig deeper in some unspecified time in the future. The code was virtually an identical as…
Open-Supply Dashboards – React, Vue3, Bootstrap 5, Tailwind

Hey Coders! This text presents a curated record of Open-Supply Dashboards crafted on prime of pixel-perfect UI kits, launched below permissive licenses (MIT, LGPL) by their distributors. All talked about merchandise can be utilized in industrial tasks or eLearning actions. The record contains merchandise for React, Vue3, Vite, Bootstrap 5, Chakra and Tailwind CSS. Thanks…
Why I am Open-Sourcing all my .NET SaaS kits in April 2022 (React, Svelte, Vue3, Vue2)

Cause 1: Remix To not bounce on the bandwagon, however really, I’m. Writing code has by no means felt this enjoyable. It appears like once I switched from Bootstrap to Tailwind CSS, one other bandwagon I’ve jumped onto (and I am so glad I did). So I’ll now deal with my Remix SaaS equipment (early…
The final piece of the puzzle to improve Vue3

The final piece of the puzzle to improve Vue3 That is the front-end group at Alimama. Earlier than, we launched a Vue conversion plug-in based mostly on the code conversion instrument GoGoCode , it may well assist you improve the Vue2 code within the undertaking to Vue3, however we additionally acquired suggestions from many buddies:…
Unified SVG icons with Vite, Vue 3, Quasar and Pinia

Abstract On this article, we’ll: use customized SVG icons construct a versatile and customizable reusable part to make use of SVG icons use Vite, Vue 3, Quasar and Pinia use each Composition API with script setup and Options API with Vue 3 auto-register world parts utilizing import.meta.glob and import.meta.globEager hyperlink CSS values to dynamic part…
Constructing a Vue 3 Desktop App With Pinia, Electron and Quasar

Not too long ago, I deliberate to rewrite my “Scrum Daily Standup Picker” Electron application in Vue 3. I wrote the preliminary launch in Angular, however I needed to refactor the code base and rewrite it in Vue 3. Why? As a result of I like Vue and need to have a public showcase that…
Vue3 Tailwind CSS Type Parts Half III – Reusable BaseCheckbox Element

Vue3 Tailwind CSS Form Components (3 Part Series) 1 Vue3 Tailwind CSS Form Components Part I – Reusable BaseInput Component 2 Vue3 Tailwind CSS Form Components Part II – Reusable BaseTextarea Component 3 Vue3 Tailwind CSS Form Components Part III – Reusable BaseCheckbox Component That is third a part of Vue3 Tailwind Form Components Series…
Vue3 Tailwind CSS Kind Parts Half I – Reusable BaseTextarea Part

Vue3 Tailwind CSS Form Components (2 Part Series) 1 Vue3 Tailwind CSS Form Components Part I – Reusable BaseInput Component 2 Vue3 Tailwind CSS Form Components Part I – Reusable BaseTextarea Component That is second a part of Vue3 Tailwind Form Components Series Kind Parts are crucial for any Web Utility. Take into consideration a…