universeodon.com is part of the decentralized social network powered by Mastodon.
Be one with the #fediverse. Join millions of humans building, creating, and collaborating on Mastodon Social Network. Supports 1000 character posts.

Administered by:

Server stats:

3.4K
active users

Learn more

#vite

5 posts5 participants0 posts today

#deno has good support for #vite apps. Currently testing with a large #vue app and since it has many packages in the #monorepo with #workspace|s this has come handy. To start an app from the root of the project do this:
```sh
deno task --filter @scoped/package dev
```

This will run the mentioned workspace as expected. Other scripts are obviously possible. To see all possible ways of running node scripts as deno tasks, see this diff: github.com/denoland/deno/pull/

Big wins from the Ember Initiative 🎉

@real_ate shares the latest wins from Mainmatter’s ongoing work: Embroider@4 is now stable, @vite is the default, there's a codemod to help you migrate, and we’ve audited the top 100 addons—plus defined a migration path for ember-css-modules.

Big improvements for everyone using #EmberJS 💪

Read the full update 👉 mainmatter.com/blog/2025/04/10

MainmatterEmber Initative - First Update - MainmatterAn update on the progress made so far in the Ember Initiative

Here's my 2-hour session from last night where we used Github Copilot Edits to create a "Space Invaders" clone. We go from a blank #Vite project to a technically full game with scoring, lives, title screen, etc. What a blast!

youtu.be/hFR1IpF5_Lc

REPO: github.com/Fortyseven/codegen-

www.youtube.com - YouTubeEnjoy the videos and music that you love, upload original content and share it all with friends, family and the world on YouTube.
#llm#coding#ai

I’ve spent the afternoon trying to upgrade a React app to Node 18. 😮‍💨

It was built on create-react-app, which is now very much defunct. So turned to @vite. Slowly getting through it, but wow there’s some weirdness in here.

Moral of the story; stay on top of your projects, and their decencies!!

🚨 ember-css-modules can block #emberjs apps from switching to @vite . We’ve paved a migration path—with ember-scoped-css. Read @BlueCut ’s step-by-step migration guide with gradual file-by-file refactoring while keeping styles intact ➡️ mainmatter.com/blog/2025/03/28

MainmatterGet ready for Vite, migrate from ember-css-modules - MainmatterIntroducing the migration path from ember-css-modules to ember-scoped-scc