home.social

#vite — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #vite, aggregated by home.social.

  1. Ah, yes, the "Vite of #AI #agent #orchestration," because what we really needed was another layer of over-engineered scaffolding to complicate our lives even further. 🤖🛠️ Next up: a kit to manage the kits managing your kits, because recursion is apparently the new black. 🌀
    ahk.cardor.dev #Vite #overengineering #techrecursion #complexity #HackerNews #ngated

  2. Ah, yes, the "Vite of #AI #agent #orchestration," because what we really needed was another layer of over-engineered scaffolding to complicate our lives even further. 🤖🛠️ Next up: a kit to manage the kits managing your kits, because recursion is apparently the new black. 🌀
    ahk.cardor.dev #Vite #overengineering #techrecursion #complexity #HackerNews #ngated

  3. Ah, yes, the "Vite of #AI #agent #orchestration," because what we really needed was another layer of over-engineered scaffolding to complicate our lives even further. 🤖🛠️ Next up: a kit to manage the kits managing your kits, because recursion is apparently the new black. 🌀
    ahk.cardor.dev #Vite #overengineering #techrecursion #complexity #HackerNews #ngated

  4. Ah, yes, the "Vite of #AI #agent #orchestration," because what we really needed was another layer of over-engineered scaffolding to complicate our lives even further. 🤖🛠️ Next up: a kit to manage the kits managing your kits, because recursion is apparently the new black. 🌀
    ahk.cardor.dev #Vite #overengineering #techrecursion #complexity #HackerNews #ngated

  5. Ah, yes, the "Vite of #AI #agent #orchestration," because what we really needed was another layer of over-engineered scaffolding to complicate our lives even further. 🤖🛠️ Next up: a kit to manage the kits managing your kits, because recursion is apparently the new black. 🌀
    ahk.cardor.dev #Vite #overengineering #techrecursion #complexity #HackerNews #ngated

  6. TokenToad: как я сделал Chrome-расширение, чтобы перестать удивляться счетам за AI

    Расходы на AI API копятся незаметно: сессия Claude Code тут, batch к GPT-5 там — и к концу месяца биллинг удивляет. Собрал бесплатное Chrome-расширение, которое показывает траты Anthropic, OpenAI и Gemini в реальном времени прямо в badge браузера.

    habr.com/ru/articles/1031890/

    #chrome_extension #ai_api #openai #anthropic #claude #расходы_api #токены #биллинг #preact #vite

  7. europesays.com/afrique/93963/ Un seuil critique inédit montre que l’Afrique se sépare en deux plus vite que prévu… un nouvel océan se prépare #« prépare » #Afrique #critique #deux #en #inédit #l’Afrique #montre #nouvel #Ocean #plus #prévu #que #se #separe #seuil #un #vite

  8. europesays.com/africa/220153/ Un seuil critique inédit montre que l’Afrique se sépare en deux plus vite que prévu… un nouvel océan se prépare #« L’Afrique #Afrique #critique #deux #en #inédit #montre #nouvel #Ocean #plus #prepare #prevu #que #se #separe #seuil #UN #vite

  9. Heute sollte der Kuschelmammut mal wieder aktualisiert werden.
    Seit ich mir mal die gesamte Instanz, zum Glück hatte ich ein Backup, zerschossen hatte, gehe ich da mit echt unguten Gefühlen ran...

    Bei der Gelegenehit entdeckt, dass meine regelmäßigen automatischen Backups funktionieren. Das letzte habe ich dann auf Konsistenz geprüft: für meinen Laienblick sah es gut aus.

    Zurück zum Update. Da ich auf einer vergleichsweise alten Verson stand, erst einmal ein Zwischenupdate auf 4.4.16

    Das lief völlig problemlos durch.

    Mutig geworden, habe ich mir dann 4.5.0 vorgenommen. Zu 4.5.9 wollte ich...

    Tja, war nichts. Vite lief nicht durch. Irgendwo bei Node.js. löste ein Paket einen "illegal Instruction" Error aus.

    Verdammt.

    Am Ende hat ein Script geholfen von Gemini pro:

    ```
    #!/bin/bash
    # fix-rollup.sh - Repariert den "Illegal Instruction" Fehler auf dem Raspberry Pi (ARM64)
    # Ersetzt native CPU-Binaries durch die plattformunabhängige WebAssembly-Version.
    echo " Schritt 1: Entferne defekte, CPU-spezifische Rollup-Ordner..."
    rm -rf node_modules/rollup
    rm -rf node_modules/vite/node_modules/rollup
    echo " Schritt 2: Installiere die WebAssembly-Version (WASM)..."
    yarn add @rollup/wasm-node --force
    echo " Schritt 3: Setze den neuen WASM-Motor in Vite und Rollup ein..."
    cp -R node_modules/@rollup/wasm-node node_modules/vite/node_modules/rollup
    cp -R node_modules/@rollup/wasm-node node_modules/rollup
    echo " Fertig! Die Hardware-Inkompatibilität ist gepatcht."
    echo " Du kannst jetzt den Build starten mit:"
    echo " RAILS_ENV=production bundle exec rails assets:precompile"
    ```

    Meine Update Routine sieht nun so aus:

    ```
    sudo -u mastodon bash -l
    cd /home/mastodon/live
    git fetch --tags
    git checkout v4.5.9
    bundle install
    yarn install
    ./fix-rollup.sh
    RAILS_ENV=production bundle exec rails assets:precompile
    RAILS_ENV=production bundle exec rails db:migrate
    exit
    sudo systemctl restart mastodon-web mastodon-sidekiq mastodon-streaming
    ```

    Im fix-rollup.sh steht das Script.

    Wann ich auf .9 aktualisiere, weiss ich noch nicht. Jetzt jedenfalls nicht.

    #mastodon #linux #node.js #vite #nervenzusammenbruch #ichhasselinux

  10. Heute sollte der Kuschelmammut mal wieder aktualisiert werden.
    Seit ich mir mal die gesamte Instanz, zum Glück hatte ich ein Backup, zerschossen hatte, gehe ich da mit echt unguten Gefühlen ran...

    Bei der Gelegenehit entdeckt, dass meine regelmäßigen automatischen Backups funktionieren. Das letzte habe ich dann auf Konsistenz geprüft: für meinen Laienblick sah es gut aus.

    Zurück zum Update. Da ich auf einer vergleichsweise alten Verson stand, erst einmal ein Zwischenupdate auf 4.4.16

    Das lief völlig problemlos durch.

    Mutig geworden, habe ich mir dann 4.5.0 vorgenommen. Zu 4.5.9 wollte ich...

    Tja, war nichts. Vite lief nicht durch. Irgendwo bei Node.js. löste ein Paket einen "illegal Instruction" Error aus.

    Verdammt.

    Am Ende hat ein Script geholfen von Gemini pro:

    ```
    #!/bin/bash
    # fix-rollup.sh - Repariert den "Illegal Instruction" Fehler auf dem Raspberry Pi (ARM64)
    # Ersetzt native CPU-Binaries durch die plattformunabhängige WebAssembly-Version.
    echo " Schritt 1: Entferne defekte, CPU-spezifische Rollup-Ordner..."
    rm -rf node_modules/rollup
    rm -rf node_modules/vite/node_modules/rollup
    echo " Schritt 2: Installiere die WebAssembly-Version (WASM)..."
    yarn add @rollup/wasm-node --force
    echo " Schritt 3: Setze den neuen WASM-Motor in Vite und Rollup ein..."
    cp -R node_modules/@rollup/wasm-node node_modules/vite/node_modules/rollup
    cp -R node_modules/@rollup/wasm-node node_modules/rollup
    echo " Fertig! Die Hardware-Inkompatibilität ist gepatcht."
    echo " Du kannst jetzt den Build starten mit:"
    echo " RAILS_ENV=production bundle exec rails assets:precompile"
    ```

    Meine Update Routine sieht nun so aus:

    ```
    sudo -u mastodon bash -l
    cd /home/mastodon/live
    git fetch --tags
    git checkout v4.5.9
    bundle install
    yarn install
    ./fix-rollup.sh
    RAILS_ENV=production bundle exec rails assets:precompile
    RAILS_ENV=production bundle exec rails db:migrate
    exit
    sudo systemctl restart mastodon-web mastodon-sidekiq mastodon-streaming
    ```

    Im fix-rollup.sh steht das Script.

    Wann ich auf .9 aktualisiere, weiss ich noch nicht. Jetzt jedenfalls nicht.

    #mastodon #linux #node.js #vite #nervenzusammenbruch #ichhasselinux

  11. Heute sollte der Kuschelmammut mal wieder aktualisiert werden.
    Seit ich mir mal die gesamte Instanz, zum Glück hatte ich ein Backup, zerschossen hatte, gehe ich da mit echt unguten Gefühlen ran...

    Bei der Gelegenehit entdeckt, dass meine regelmäßigen automatischen Backups funktionieren. Das letzte habe ich dann auf Konsistenz geprüft: für meinen Laienblick sah es gut aus.

    Zurück zum Update. Da ich auf einer vergleichsweise alten Verson stand, erst einmal ein Zwischenupdate auf 4.4.16

    Das lief völlig problemlos durch.

    Mutig geworden, habe ich mir dann 4.5.0 vorgenommen. Zu 4.5.9 wollte ich...

    Tja, war nichts. Vite lief nicht durch. Irgendwo bei Node.js. löste ein Paket einen "illegal Instruction" Error aus.

    Verdammt.

    Am Ende hat ein Script geholfen von Gemini pro:

    ```
    #!/bin/bash
    # fix-rollup.sh - Repariert den "Illegal Instruction" Fehler auf dem Raspberry Pi (ARM64)
    # Ersetzt native CPU-Binaries durch die plattformunabhängige WebAssembly-Version.
    echo " Schritt 1: Entferne defekte, CPU-spezifische Rollup-Ordner..."
    rm -rf node_modules/rollup
    rm -rf node_modules/vite/node_modules/rollup
    echo " Schritt 2: Installiere die WebAssembly-Version (WASM)..."
    yarn add @rollup/wasm-node --force
    echo " Schritt 3: Setze den neuen WASM-Motor in Vite und Rollup ein..."
    cp -R node_modules/@rollup/wasm-node node_modules/vite/node_modules/rollup
    cp -R node_modules/@rollup/wasm-node node_modules/rollup
    echo " Fertig! Die Hardware-Inkompatibilität ist gepatcht."
    echo " Du kannst jetzt den Build starten mit:"
    echo " RAILS_ENV=production bundle exec rails assets:precompile"
    ```

    Meine Update Routine sieht nun so aus:

    ```
    sudo -u mastodon bash -l
    cd /home/mastodon/live
    git fetch --tags
    git checkout v4.5.9
    bundle install
    yarn install
    ./fix-rollup.sh
    RAILS_ENV=production bundle exec rails assets:precompile
    RAILS_ENV=production bundle exec rails db:migrate
    exit
    sudo systemctl restart mastodon-web mastodon-sidekiq mastodon-streaming
    ```

    Im fix-rollup.sh steht das Script.

    Wann ich auf .9 aktualisiere, weiss ich noch nicht. Jetzt jedenfalls nicht.

    #mastodon #linux #node.js #vite #nervenzusammenbruch #ichhasselinux

  12. Heute sollte der Kuschelmammut mal wieder aktualisiert werden.
    Seit ich mir mal die gesamte Instanz, zum Glück hatte ich ein Backup, zerschossen hatte, gehe ich da mit echt unguten Gefühlen ran...

    Bei der Gelegenehit entdeckt, dass meine regelmäßigen automatischen Backups funktionieren. Das letzte habe ich dann auf Konsistenz geprüft: für meinen Laienblick sah es gut aus.

    Zurück zum Update. Da ich auf einer vergleichsweise alten Verson stand, erst einmal ein Zwischenupdate auf 4.4.16

    Das lief völlig problemlos durch.

    Mutig geworden, habe ich mir dann 4.5.0 vorgenommen. Zu 4.5.9 wollte ich...

    Tja, war nichts. Vite lief nicht durch. Irgendwo bei Node.js. löste ein Paket einen "illegal Instruction" Error aus.

    Verdammt.

    Am Ende hat ein Script geholfen von Gemini pro:

    ```
    #!/bin/bash
    # fix-rollup.sh - Repariert den "Illegal Instruction" Fehler auf dem Raspberry Pi (ARM64)
    # Ersetzt native CPU-Binaries durch die plattformunabhängige WebAssembly-Version.
    echo " Schritt 1: Entferne defekte, CPU-spezifische Rollup-Ordner..."
    rm -rf node_modules/rollup
    rm -rf node_modules/vite/node_modules/rollup
    echo " Schritt 2: Installiere die WebAssembly-Version (WASM)..."
    yarn add @rollup/wasm-node --force
    echo " Schritt 3: Setze den neuen WASM-Motor in Vite und Rollup ein..."
    cp -R node_modules/@rollup/wasm-node node_modules/vite/node_modules/rollup
    cp -R node_modules/@rollup/wasm-node node_modules/rollup
    echo " Fertig! Die Hardware-Inkompatibilität ist gepatcht."
    echo " Du kannst jetzt den Build starten mit:"
    echo " RAILS_ENV=production bundle exec rails assets:precompile"
    ```

    Meine Update Routine sieht nun so aus:

    ```
    sudo -u mastodon bash -l
    cd /home/mastodon/live
    git fetch --tags
    git checkout v4.5.9
    bundle install
    yarn install
    ./fix-rollup.sh
    RAILS_ENV=production bundle exec rails assets:precompile
    RAILS_ENV=production bundle exec rails db:migrate
    exit
    sudo systemctl restart mastodon-web mastodon-sidekiq mastodon-streaming
    ```

    Im fix-rollup.sh steht das Script.

    Wann ich auf .9 aktualisiere, weiss ich noch nicht. Jetzt jedenfalls nicht.

    #mastodon #linux #node.js #vite #nervenzusammenbruch #ichhasselinux

  13. Heute sollte der Kuschelmammut mal wieder aktualisiert werden.
    Seit ich mir mal die gesamte Instanz, zum Glück hatte ich ein Backup, zerschossen hatte, gehe ich da mit echt unguten Gefühlen ran...

    Bei der Gelegenehit entdeckt, dass meine regelmäßigen automatischen Backups funktionieren. Das letzte habe ich dann auf Konsistenz geprüft: für meinen Laienblick sah es gut aus.

    Zurück zum Update. Da ich auf einer vergleichsweise alten Verson stand, erst einmal ein Zwischenupdate auf 4.4.16

    Das lief völlig problemlos durch.

    Mutig geworden, habe ich mir dann 4.5.0 vorgenommen. Zu 4.5.9 wollte ich...

    Tja, war nichts. Vite lief nicht durch. Irgendwo bei Node.js. löste ein Paket einen "illegal Instruction" Error aus.

    Verdammt.

    Am Ende hat ein Script geholfen von Gemini pro:

    ```
    #!/bin/bash
    # fix-rollup.sh - Repariert den "Illegal Instruction" Fehler auf dem Raspberry Pi (ARM64)
    # Ersetzt native CPU-Binaries durch die plattformunabhängige WebAssembly-Version.
    echo " Schritt 1: Entferne defekte, CPU-spezifische Rollup-Ordner..."
    rm -rf node_modules/rollup
    rm -rf node_modules/vite/node_modules/rollup
    echo " Schritt 2: Installiere die WebAssembly-Version (WASM)..."
    yarn add @rollup/wasm-node --force
    echo " Schritt 3: Setze den neuen WASM-Motor in Vite und Rollup ein..."
    cp -R node_modules/@rollup/wasm-node node_modules/vite/node_modules/rollup
    cp -R node_modules/@rollup/wasm-node node_modules/rollup
    echo " Fertig! Die Hardware-Inkompatibilität ist gepatcht."
    echo " Du kannst jetzt den Build starten mit:"
    echo " RAILS_ENV=production bundle exec rails assets:precompile"
    ```

    Meine Update Routine sieht nun so aus:

    ```
    sudo -u mastodon bash -l
    cd /home/mastodon/live
    git fetch --tags
    git checkout v4.5.9
    bundle install
    yarn install
    ./fix-rollup.sh
    RAILS_ENV=production bundle exec rails assets:precompile
    RAILS_ENV=production bundle exec rails db:migrate
    exit
    sudo systemctl restart mastodon-web mastodon-sidekiq mastodon-streaming
    ```

    Im fix-rollup.sh steht das Script.

    Wann ich auf .9 aktualisiere, weiss ich noch nicht. Jetzt jedenfalls nicht.

    #mastodon #linux #node.js #vite #nervenzusammenbruch #ichhasselinux

  14. Just noticed that a lot of content is now FREE on laracasts.com :laravel:

    Really can recommend for everyone who wants to learn the basics of coding for the web

    laracasts.com/series/laravel-f

    #Laravel #PHP #JS #React #Vue #Vite

  15. Почему ваш бандл тяжелее чем должен быть — тестирую tree shaking на 7 бандлерах

    Вы уверены, что ваш бандлер вырезает неиспользуемый код? Я тоже был уверен — пока бандл Next.js проекта не оказался в два раза тяжелее, чем нужно. Прогнал одинаковый тест на webpack, rollup, vite, esbuild и Next.js — 5 из 7 ломаются на банальном barrel файле. Полез в исходники, нашёл основную причину — и она оказалась не там, где ожидал.

    habr.com/ru/articles/1024404/

    #tree_shaking #webpack #barrel_file #bundler #nextjs #rollup #vite #esbuild #оптимизация_бандла #фронтенд

  16. Remove junk parameters from any URL you've just copied 🧹
    github.com/t-var-s/cleanmylink
    Includes specific transformations for reddit, twitter, youtube...

    Currently just solving my own problem with those pesky parameters when I copy-paste links around.

    #webdev #vite #javascript

  17. 🐳 True microservices architecture: UI (#React + #Vite, port 3737), API (#FastAPI, port 8181), MCP server (port 8051), Agents
    (#PydanticAI, port 8052) — all running in #Docker
    🗄️ Powered by #Supabase + #PostgreSQL + #PGVector for vector storage and semantic search

    ⚙️ Fully configurable ports & hostname via .env — deploy locally or on a remote server with zero friction

    🛠️ Dev-friendly: hybrid mode

  18. [Перевод] Основные элементы экосистемы JavaScript по состоянию на 2026 год

    Ранее мы писали похожие статьи о CSS , но JavaScript заслуживает не меньшего внимания! Тем более что JavaScript лучше справляется с версионированием. Мы рассмотрим новые возможности самого языка, а также основные среды выполнения, фреймворки, библиотеки и инструменты.

    habr.com/ru/articles/1021182/

    #javascript #js #typescript #ts #nodejs #npm #vite #ecmascript #nextjs #react

  19. [Перевод] Основные элементы экосистемы JavaScript по состоянию на 2026 год

    Ранее мы писали похожие статьи о CSS , но JavaScript заслуживает не меньшего внимания! Тем более что JavaScript лучше справляется с версионированием. Мы рассмотрим новые возможности самого языка, а также основные среды выполнения, фреймворки, библиотеки и инструменты.

    habr.com/ru/articles/1021182/

    #javascript #js #typescript #ts #nodejs #npm #vite #ecmascript #nextjs #react

  20. [Перевод] Основные элементы экосистемы JavaScript по состоянию на 2026 год

    Ранее мы писали похожие статьи о CSS , но JavaScript заслуживает не меньшего внимания! Тем более что JavaScript лучше справляется с версионированием. Мы рассмотрим новые возможности самого языка, а также основные среды выполнения, фреймворки, библиотеки и инструменты.

    habr.com/ru/articles/1021182/

    #javascript #js #typescript #ts #nodejs #npm #vite #ecmascript #nextjs #react

  21. 🚂✨ Ah, yes, the classic tale of "Next.js was great... until it wasn't." 📉 In a shocking turn of events, this tech-savvy team discovered the revolutionary concept of using a tool that actually fits their needs. 😲 Goodbye 10-minute #builds, hello #Vite – because who knew #optimization was a thing? 🙄
    blog.railway.com/p/moving-rail #Next.js #technews #HackerNews #ngated

  22. It's insane; the amount of devDependencies I was able to remove from this ~7-year-old project (had to recount as my memory failed me) … just because I migrated to Vite

    github.com/ayo-run/mnswpr/comm

    #vite @vite

  23. was a bit of a pain to get set up, but I got #Eleventy SSG working for Miru's landing page and docs, with its output processed by #Vite to bundle the editor apps. I used eleventy-plugin-vite with a custom vite plugin to resolve some relative imports and an eleventy dev server middleware to add content-type: text/javascript header to .ts files.

  24. Vue.js Amsterdam 2026: будущее экосистемы Vite

    Недавно в Амстердаме прошла конференция Vue.js Amsterdam 2026 — ежегодное мероприятие, посвящённое экосистеме Vite и современным инструментам фронтенд-разработки. В этом году программа оказалась особенно насыщенной. Команда экосистемы показала сразу несколько направлений развития: обновления ключевых инструментов, новые эксперименты в архитектуре фронтенд-фреймворков и попытку собрать полноценную платформу разработки вокруг Vite. В этой статье разберём основные анонсы конференции: Vite 8 , Vite+ , Void Cloud , а также обновления Vue и Nuxt .

    habr.com/ru/companies/first/ar

    #vue #vuejs #vite #rolldown #nuxt #nuxtjs #vue3 #vapor #javascript

  25. I have spent the entire weekend trying to define a frontend pipeline / architecture based on MarkoJS and Vanilla Extract CSS.

    Long story short, I have failed badly.

    The reason I think is because of tooling complexity and my lack of Vite knowledge.

    Feels like Vite is the Kubernetes of frontends and I mean that in both good and bad way.

    markojs.com/

  26. 📰 Vite+ の異常なタスクランナー: vite-task は如何にしてキャッシュの手動依存管理をなくしたか (👍 71)

    🇬🇧 Deep dive into vite-task's innovative approach to eliminate manual cache dependency management through automatic file access tracking.
    🇰🇷 자동 파일 액세스 추적을 통해 수동 캐시 종속성 관리를 제거하는 vite-task의 혁신적 접근 방식을 심층 분석합니다.

    🔗 zenn.dev/herp_inc/articles/str

    #Vite #TaskRunner #Performance #Zenn

  27. 📰 Vite+ の異常なタスクランナー: vite-task は如何にしてキャッシュの手動依存管理をなくしたか (👍 63)

    🇬🇧 Exploring Vite+ alpha release and vite-task's automatic file access tracking that eliminates manual cache dependency management.
    🇰🇷 Vite+ 알파 릴리스와 수동 캐시 의존성 관리를 제거하는 vite-task의 자동 파일 액세스 추적 기능을 살펴봅니다.

    🔗 zenn.dev/herp_inc/articles/str

    #Vite #Performance #Zenn

  28. 📰 Vite+ の異常なタスクランナー: vite-task は如何にしてキャッシュの手動依存管理をなくしたか (👍 38)

    🇬🇧 Vite+ alpha released! vite-task eliminates manual cache dependency management by auto-capturing file access
    🇰🇷 Vite+ 알파 출시! vite-task는 파일 접근을 자동 감지하여 수동 캐시 의존성 관리를 제거

    🔗 zenn.dev/herp_inc/articles/str

    #Vite #TaskRunner #Zenn

  29. 💫 Supports value composition, functions & loading secrets from external sources like 1Password via exec()

    🔧 Install via npx, #Homebrew, cURL or #Docker – integrates with #NextJS, #Vite and more via dedicated packages

    📋 .env.schema lives in version control alongside your code – always in sync, never out of date

    🧩 #VSCode extension available with full IntelliSense, plus an #MCP server for AI-assisted config management

  30. I took a project that was already on the most recent versions of Vite and Vitest and upgraded it to Vite 8/Vitest 4.1 today. It all just worked on the first try. There were a couple of Vite-related plugins in the project and none of them needed updating.

    Great work, Vite folks!

    #vite #vitest

  31. Nová verze populárního build nástroje Vite přináší jednu z největších změn v historii projektu. Vite 8 přechází na nový Rust bundler Rolldown, který sjednocuje dosavadní build pipeline a podle vývojářů může výrazně zrychlit produkční buildy i práci s velkými frontendovými projekty.

    https://zdrojak.cz/clanky/novy-vite-8-0/
  32. [Перевод] Vite 8.0: долгожданный Rolldown

    13 марта 2026 года вышла новая мажорная версия инструмента для сборки фронтенд‑приложений — Vite 8. Главным изменением стал переход на новый бандлер Rolldown, написанный на Rust. Теперь Vite использует единый инструмент вместо связки esbuild и Rollup, что позволяет значительно ускорить сборку — по заявлениям разработчиков, в некоторых проектах прирост достигает 10–30 раз. Это самое значительное изменение архитектуры Vite со времени выхода Vite 2. Кроме этого, в релизе появились встроенные devtools, улучшенная поддержка TypeScript, новые возможности для SSR и ряд изменений в экосистеме плагинов. На основе поста в официальном блоге Vite 8 разберём ключевые нововведения и как они повлияют на разработку.

    habr.com/ru/companies/first/ar

    #vite #сборщик #react #vue #voidzero #vitejs #rolldown #rollup #esbuild #nuxt

  33. emsdk-env makes public.

    This is a Vite plugin that automatically downloads and manages the Emscripten SDK, and makes it possible to automatically build WASM C/C++ code in your project.

    With this plugin, you can easily set up a WASM C/C++ development environment in your Vite project.

    github.com/kekyo/emsdk-env

    #emscripten #npm #wasm #vite

  34. Lecteur en fleur

    Je dors chez moi.
    Je mange ici,
    Et puis je bois.
    Je me grouille par-ci,
    Je me hâte par-là.
    Je cours au loin.
    J'achète là-bas.
    Je jette dans un coin.
    Mais lorsque je lis là,
    Je fleuris.

    #verslibres #poesie #poeme #lecture #lire #literature #livre #poete #autrice #fleur #lilas #viequotidienne #normal #vite #hate #ralentissement #joiedevivre #joie #bonheur #lectrice #flora #jeudemots #liberté #loisir #paresse #lu #livres #lectures #poemes #mastopoem #matopoesie #je #enfleur #ici