I made a nice utility to easily bind a media-query to a reactive vue reference:
Biến ảnh thiết kế thành component Vue.js ngay lập tức! Tiết kiệm thời gian viết code, tập trung vào logic. Các công cụ AI giúp tạo code Vue từ ảnh, hỗ trợ responsive design.
#VueJS #Frontend #LậpTrình #Vue #Development #AI
https://dev.to/atforeveryoung/instantly-turn-design-images-into-vuejs-components-565a
I suspect that #Theo is correct and #LLM word calculators will end up happiest & most productive in the ‘heavy’ framework space, #next, #nuxt, #vue, #react, #laravel etc. That shouldn’t mean that ‘light’ frameworks like #solid, #astro, #slimphp #tempest have no future. The toolset decision has many factors, they shouldn’t be reduced to just one #AI based one.
Vue: Composables и TS это вам не Mixins и JS. С ними сложнее
Пришел к хитрому паттерну. Делюсь. Будет полезен тем кому нравиться или приходится работать с Vue. В подходящей ситуации он сэкономит кучу времени и поможет избежать дублирования кода. Поехали!
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.
Нюансы кроссплатформенной разработки на Vue и React
Этот документ — не просто список, а выжимка боли, шишек и неожиданных открытий, с которыми сталкивается почти каждый фронтендер. Неважно, Vue ты выбрал или React, если твое приложение должно работать в браузере на айфоне пятилетней давности — добро пожаловать в клуб. Здесь будет всё: от странностей с Safari до неожиданных проблем с синтетическими событиями. Нюансы мобильных браузеров и PWA iOS Safari не поддерживает Notification API без установки PWA Проблема: На iOS ты не можешь просто вызвать new Notification(...) — API будет недоступно, пока пользователь не установит сайт как PWA на домашний экран. Так же, в Safari просто не будет доступен класс Notification, браузер его просто не имплиментирует на этапе браузерного окна. Решение: - Чтобы проверить можно ли использовать уведомления можно написать следующую проверку: typeof window !== 'undefined' && 'Notification' in window; [MDN — Notification API]( https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API )
[WebKit — Push Notifications]( https://webkit.org/blog/12945/meet-web-push-on-ios/ )
Explicit Resource Management in #JavaScript is very useful for creating semaphores/locks around code. Here's one I just wrote with #vue
There's a ref that contains the lock value, the template binds to "disabled" on the form/button below.
If a lock is established (ie it was false), it is set to true for the duration of the function. If the method is called again while it is still processing, it will be locked and exit early.
Once the processing completes, the lock is automatically released because of the "using" statement at the top!
gardes à vue levées pour le couple Estrosi et Delphine Ernotte
« A l’issue des réponses que Christian Estrosi a apportées, il a été décidé de lever la mesure sans…
#Nice #FR #France #Actu #News #Europe #EU #2025 #actu #Actualités #d'événements #europe #FranceMonde #gardes #levées #nice #organisation #pour #Provence-Alpes-Côted'Azur #Républiquefrançaise #vue
https://www.europesays.com/fr/217141/
https://www.europesays.com/fr/217141/ gardes à vue levées pour le couple Estrosi et Delphine Ernotte #2025 #actu #Actualités #d'événements #EU #europe #FR #France #FranceMonde #gardes #levées #News #nice #organisation #pour #ProvenceAlpesCôteD'Azur #RépubliqueFrançaise #vue
@belldotbz employed web dev here, but I take smaller contracts from time to time if they're cool. (I've got 20 hours per month opening up in October.)
Static sites with #11ty, sites that need a backend with #statamic, complicated shit with #laravel and #vue. Interested in learning #livewire and #blade. Zero interest in AI bullshit.
I can also build emails. I'm very good at it, but it harms my soul.
HTML Builder: визуальный конструктор HTML-структур на Vue 3
HTML Builder — визуальный конструктор HTML-структур с drag-and-drop интерфейсом для библиотеки @vue-dnd-kit /components! HTML Builder позволяет создавать HTML-структуры без написания кода
Включает рабочую область, палитру компонентов, дерево элементов и панель настроек
Сейчас это ранняя бета с минимальным функционалом, но уже можно оценить концепцию Идеально подходит для создания прототипов и визуальных редакторов CMS.
Демо: https://zizigy.github.io/html-builder/
GitHub: https://github.com/ZiZIGY/html-builder Ищу обратную связь по UI/UX и функциональности. Какие фичи хотели бы видеть? Что можно улучшить в интерфейсе? И тд тп.
TuSimple is hiring Map Engine Engineer
#golang #java #javascript #python #react #vue #node #aws #cicd
San Diego, California
Full-time
TuSimple
Job details https://jobsfordevelopers.com/jobs/map-engine-engineer-at-tusimple-com-oct-18-2023-156408?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
First steps with reka-ui, rebuilding a simplified version of SelectMenu by Nuxt UI for Accessibility https://ui.nuxt.com/components/select-menu #nuxt #rekaui #vue Open Source for the win!