veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

293
active users

#vue

2 posts2 participants0 posts today

I wanted to try out Nuxt 4 since I hear it was just released. I followed the instructions on the Nuxt page

npm create nuxt@latest

But that gave me Nuxt 3.

I think I need to manually change the package.json file to:

"nuxt": "4.0.0-rc.0",

That seems klunky and not the way to encourage people to try the latest.

I shouldn't have spent more than a minute on this.

do you know vue, quarkus, and/or kotlin? want to work with a weird trans girl on a project? i wanna collab with folks on making a feature-rich self-hostable feed reader! I have a basic prototype rn and I'm wondering if anyone wants to collaborate?

#vue #quarkus #kotlin

(pls don't make fun of my code lol i'm still learning but i think i'm picking stuff up fast)

hey fellow devs!

I'd love to implement an accessible Select field for country selection where users can also type a search term.

Would you use a UI library component (tree shakeable, style customizable in best case scenario) like ...

- primevue.org/select/#filter
- ui.nuxt.com/components/select-
- vuetifyjs.com/en/components/au

... or build and maintain it yourself? 🧐

primevue.orgPrimeVue | Vue UI Component LibraryThe ultimate collection of design-agnostic, flexible and accessible Vue UI Components.
#a11y#nuxt#vue

My employer, after 7 months of work, fired me overnight. Because I would be too "finicky" about code quality and security risks, which would better suit "a bank or cybersecurity company".

So I'm again #lookingForJob, either at #Montpellier (France) or #fullRemote. I am a #fullStack #developer with almost 10 years of experience on #php, #symfony, #html, #css, #javascript (#jquery and I'm also learning #vue). I am fluent in English, both written and spoken.

Mon employeur, après 7 mois de période d'essai, vient de la rompre du jour au lendemain. Parce que je serais trop "pointilleuse" sur le code et les risques de sécurité, ce qui conviendrait mieux au secteur "de la banque ou de la cybersécurité".

Donc #jeChercheUnJob à nouveau, sur #Montpellier ou #fullRemote. Je suis #developpeuse #fullStack avec presque 10 ans d'expérience professionnelle sur #php, #symfony, #html, #css, #javascript (#jquery mais je suis en train de me former sur #vue)

Question for the #a11y dev community for #WCAG 2.2 AA:

This tooltip works with keyboard / hover, BUT screenreader VoiceOver does not read out the tooltip text
floating-vue.starpad.dev/guide

I'll open up a bug issue for #floatingvue #vue. But question for the meantime:

Is there an acceptable quick fix like providing the tooltip text with aria-label or aria-describedby for an existing code base?

floating-vue.starpad.devComponents | Floating VueTooltips & dropdowns made easy
Replied to Deni Mintsaev 🇪🇺

@mintydev Why I use #Vue over #React:
1. No need for a bundler for small projects.
Because #JSX is not "just JS", but Vue template is just HTML.
2. Don't want to manually do work that framework should be doing for me. Thanks to #SolidJS that, at least, is fixed.
3. Just plain don't like how JSX looks. Mixing JS and HTML syntaxes causes more mental strain for me.
For me Vue template is much smaller abstraction over HTML than JSX. Not the implementation but for development.