qaqelol, to opensource
@qaqelol@toots.niark.nexus avatar
tjventurini, to Laravel
@tjventurini@mastodon.social avatar

Hi 👋 I'm looking to with people who are interest in

🌐 Web
🎨 Web Design
🧑‍💻
🧰
👀
🔵
🐧
🚀 Self Improvement
🌱 Growing on X

mikestreety, to javascript
@mikestreety@hachyderm.io avatar

Diving back into a project that used Vue and it seems to be throwing an error when I add a data- attribute to a HTML element. It's a static string which I use for something else.

Is there a way I can tell Vue to just ignore it?

ricmac, to javascript
@ricmac@mastodon.social avatar

With frontend development, is it better to start simple and build on top of standard HTML, CSS and JavaScript? Or do you need a swiss army knife framework, like Next.js or Angular? I looked at recent Vue developments and found a lot to like about its "progressive framework" approach. https://thenewstack.io/want-out-of-react-complexity-try-vues-progressive-framework/ #vue #vuejs #javascript #frontend

32bitkid, to javascript
@32bitkid@mstdn.social avatar

Spent a bit of time early this morning to knock out the most basic vector editing features in my SCI0 pic editor. The SCI0 pic byte-code is very terse; it doesn't even have closed polygons, just lines that happen to touch each other when rendered to the frame-buffer.

I'm sure this whole UI layer will need a refactor soon, but its definitely another step in a "useful" direction. Just a few core features left before a "beta" is viable.

#JavaScript #Vue #RetroComputing #SierraOnLine

video/mp4

tjventurini, to Laravel
@tjventurini@mastodon.social avatar

Hi 👋 I'm looking to #connect with people who are interest in

🌐 Web Development
🎨 Web Design
🧑‍💻 #Coding
🧰 #Laravel
👀 #Vue
💼 #Freelancing

#letsconnect

symfonystation, to javascript
@symfonystation@newsletter.mobileatom.net avatar
mobileatom, to javascript
@mobileatom@me.dm avatar

Explore our article: Frontend Madness: SPAs, MPAs, PWAs, Decoupled, Hybrid, Monolithic, Libraries, Frameworks! WTF for your PHP backend? https://symfonystation.mobileatom.net/Frontend-Madness-JS-PHP-Backend #javascript #PHP #symfony #Laravel #Drupal #WordPress #React #Vue #Svelte #AlpineJS #Angular #Viewi #PWAs

Shini92, to opensource
@Shini92@mas.to avatar

Anybody interested in taking over maintenance for https://github.com/gtm-support ?

Please share for visibility

#opensource #Google #googletagmanager #gtm #vue

foxmask, to javascript French
@foxmask@framapiaf.org avatar

Vacances ... seul, à quoi ça ressemble ?
ménache
démarches administratives :

  • impôts
  • déclaration du lave-vaisselle HS à qui de droit (depuis 6mois j'ai tenu mais j'enpeupu)
  • PEE (pile ou face : je prends je prends pas)

J'ai regardé qq articles :

dave, to Excel
@dave@autisticnomad.social avatar

I built (and, more importantly, released!) a thing!

It's very early stages but it's actually functional.

It's a Vue.js plugin for building Excel Add-ins. Such broad appeal, I know.

https://github.com/demsullivan/vue-excel

This project is actually a byproduct of another big thing I'm working on.

Currently, I use YNAB for budgeting, but I've been putting sustained effort into getting my data out of the cloud and self-hosting everything.

I started researching options for budgeting software, and I really couldn't find anything I liked or that felt like it had enough features.

I decided, then, to just whip up something in Excel... which led me to the discovery of Office.js and the ability to build Add-ins for Excel using web tech.

Thus, vue-excel was born.

I may eventually release my budgeting tool for Excel, when it's feeling a little more mature and stable. Stay tuned... ❤️

#Excel #OpenSource #Vue #Javascript #Typescript #Budgeting

athlon, to random

Fun fact of the day:

In Vue.JS, if (for testing purposes) you want to hide an element WITHOUT commenting it out, the v-show="false" won't work.

But v-show="!true" works fine.

vintprox,
@vintprox@techhub.social avatar

@athlon Well, that's annoying! It's a frigging v- attribute that must support JS expressions out-of-the-box, but can't handle a simple boolean expected in v-show? :0530: What have you become, ...

art_codesmith, to javascript
@art_codesmith@toot.cafe avatar

After a bit of playing with #FastAPI, I feel like it's really, well, API-oriented. You can have templating of course, but it's just a liiiittle clumsier than returning JSON (e. g., you need to manually inject the request into it).

So I'm not entirely sure if I should stick to my original plan of mostly rendering HTML and using #htmx, or if I should go with the framework flow and make a #Vue app. Probably the latter TBH.

#webdevelopment #python

iamdtms, to javascript
@iamdtms@mas.to avatar

Now I can build a #vue #nuxt app with #bootstrap #frontend. 😎

iamdtms, to javascript
@iamdtms@mas.to avatar

Learning
First repo with easy things :D
https://github.com/iamdtms/nuxtapp

cooptilleuls, to Symfony French
@cooptilleuls@mastodon.online avatar

Les retours sur nos formations parlent d'eux-mêmes. #Symfony, @ApiPlatform, #Golang, #React, #Vue ou encore FrankenPHP... Parcourez notre catalogue de formations et échangeons sur vos objectifs de montée en compétences : https://les-tilleuls.coop/masterclass/formations

Formateur très pédagogue qui prend le temps d'expliquer et de reformuler lorsque l'on ne comprend pas.

iamdtms, to vuejs
@iamdtms@mas.to avatar

On December 31st, 2023, 2 will reach End of Life (EOL)
2 will follow on June 30th, 2024.

iamdtms, to vuejs
@iamdtms@mas.to avatar
khalidabuhakmeh, to javascript
@khalidabuhakmeh@mastodon.social avatar
array, to Laravel
@array@fosstodon.org avatar

I'm pretty amazed with + + . In a nutshell, you don't have to write routes for your API endpoints and then routes in your frontend views, and then frontend methods to retrieve data and so on. You mostly work as if you were serving your server-side rendered views, write your models and controllers, and then you just pass the data as props to your Vue pages and components, and bang, done! I'm really having fun with my pet project. :)

array, to Laravel
@array@fosstodon.org avatar

I'll likely have some, say, free time from now on. So I can finally begin with some pet projects as an excuse to keep on learning, and yesterday I began a #Laravel/ #Vue project. Something I thought would be fun to do and I can use after (and if) it's done, a web app where I can keep track of my favorite music, fill data wiki-style, write reviews, and who knows what else. Some hours into that and I remember why I loved Laravel so much since I learned it a bit. :)

darkghosthunter, to Software
@darkghosthunter@mastodon.social avatar

I really like Nuxt 3, but not having a clear way to override the global $fetch is a deal breaker to me.

In other words, you're bound plumb your way up to what you need.

And that's what I hate from most Javascript frameworks. There is a lot of plumbing to make something work.

joe, (edited ) to javascript

Over the past week, I've been working on a / / app that has been sitting in the back of my head for a decade. I'm using composables for every logical object. This would be sooooo much more code with the options API but I can't help but look at a 1000 line view and think that I could make things even better.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • cisconetworking
  • khanakhh
  • mdbf
  • magazineikmin
  • modclub
  • InstantRegret
  • rosin
  • Youngstown
  • slotface
  • Durango
  • tacticalgear
  • megavids
  • ngwrru68w68
  • everett
  • tester
  • cubers
  • normalnudes
  • thenastyranch
  • osvaldo12
  • GTA5RPClips
  • ethstaker
  • Leos
  • provamag3
  • anitta
  • lostlight
  • All magazines