Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Quarkus Web Bundler

Build Issues Maven Central License

Create full-stack web apps and components with this Quarkus extension. It offers zero-configuration bundling and minification (with source-map) for your web app scripts (JS, JSX, TS, TSX), dependencies (jQuery, htmx, Bootstrap, Lit etc.), and styles (CSS, SCSS, SASS).

  • Production build
  • Awesome Dev experience
  • Integrated with NPM dependencies through mvnpm or webjars.
  • Build-time index.html rendering with bundled scripts and styles
  • Pre-configured integrations: TailwindCSS 4+, Svelte
  • Server Side Qute Components (Qute template + Script + Style)

User Documentation.

Is it the same as Quinoa? It is very close but:

  • It is already integrated with a bundler (esbuild, which is very similar to Webpack or Rollup)
  • It works without any configuration
  • All the npm catalog is available directly as dependencies in your pom.xml/build.gradle

When should I use Quinoa instead?

  • I have a dedicated UI team very familiar with the NodeJS eco-system
  • I need a very specific NodeJs/Bundling configuration that the web-bundler does not cover

How to test my Web App without Jest or similar?

Use @QuarkusTest with Quarkus Playwright. It is very easy to create full-stack tests to cover all your scenarios (and re-using all the backend testing data).

Can I switch from Quinoa to the Web Bundler?

Yes, just move your web-dependencies to the pom.xml/build.gradle and follow the web-bundler structure, the output app should be the same.

Can I switch from the Web Bundler to Quinoa?

Yes, you just need to use a framework (like Vite) and switch to a package.json and follow your framework structure, the output app should be the same.

All the information you need to use Quarkus Web Bundler is in the User Documentation.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Andy Damevin
Andy Damevin

💻 🚧
Erik Jan de Wit
Erik Jan de Wit

💻
Phillip Krüger
Phillip Krüger

💻
Chris Ruffalo
Chris Ruffalo

💻
Melloware
Melloware

🚇
Selim Dinçer
Selim Dinçer

🐛
blazmrak
blazmrak

🧑‍🏫
Egor
Egor

🐛
Rasmus Haglund
Rasmus Haglund

🤔
Frank12B
Frank12B

📖
Sjoerd Hemminga
Sjoerd Hemminga

🐛 💻
Jérémie Bresson
Jérémie Bresson

💻
Mathieu BROUTIN
Mathieu BROUTIN

💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

关于 About

Create full-stack web apps quickly and easily with this Quarkus extension. It offers zero-configuration bundling for your web app scripts (JS, JSX, TS, TSX), dependencies (jQuery, React, htmx, etc.), and styles (CSS, SCSS, SASS).
assetsbundleesbuildfrontendfull-stackjavascriptjsmvnpmquarkus-extensionsassscsstypescriptwebwebjars

语言 Languages

Java91.3%
JavaScript5.1%
HTML2.3%
SCSS0.5%
Svelte0.5%
CSS0.3%
TypeScript0.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
170
Total Commits
峰值: 29次/周
Less
More

核心贡献者 Contributors