awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to intlify/bundle-tools

Open-source alternatives to Bundle Tools

30 open-source projects similar to intlify/bundle-tools, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Bundle Tools alternative.

  • hinesboy/mavoneditorhinesboy avatar

    hinesboy/mavonEditor

    6,586View on GitHub↗

    mavonEditor is a markdown editor component for Vue applications that functions as a markdown-to-HTML converter and a visual text editor. It provides a synchronized preview and a writing interface that renders markdown content in real-time. The project includes a security layer that cleans HTML tags and attributes through sanitization to prevent the execution of malicious scripts in the browser. The editor supports technical documentation authoring with capabilities for mathematical notation, footnotes, automated tables of contents, and code syntax highlighting. It also includes a system for

    Vueeditorhtmljavascript
    View on GitHub↗6,586
  • tighten/ziggytighten avatar

    tighten/ziggy

    4,291View on GitHub↗

    Ziggy is a frontend routing bridge that exports server route definitions to JavaScript or JSON for use in browser-based applications. It acts as a named route resolver, synchronizing server-defined routes with the client to generate full URLs from named routes without hardcoding paths. The project includes a TypeScript route generator that creates type definitions for backend routes, providing static type checking and autocompletion. It also provides dedicated integration hooks and plugins for React and Vue to make routing capabilities available within component-based frameworks. Beyond URL

    JavaScriptjavascriptlaravelroutes
    View on GitHub↗4,291
  • surmon-china/vue-video-playersurmon-china avatar

    surmon-china/vue-video-player

    5,444View on GitHub↗

    vue-video-player is a wrapper component used to integrate a customizable video playback interface into Vue and React applications using the Video.js framework. It provides a standardized system for embedding video players into a reactive UI layer. The project handles the configuration of video appearance, including the management of poster images, aspect ratios, and responsive fluid layouts to adapt to various screen sizes. It provides mechanisms for managing playback properties such as volume, rate, autoplay, and mute states. The system includes tools for monitoring playback milestones and

    TypeScript
    View on GitHub↗5,444

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • antfu/vite-ssgantfu avatar

    antfu/vite-ssg

    1,571View on GitHub↗

    Static site generation for Vue 3 on Vite

    TypeScript
    View on GitHub↗1,571
  • arikw/vite-plugin-vue-static-sfcarikw avatar

    arikw/vite-plugin-vue-static-sfc

    1View on GitHub↗

    Serve ".vue" files as static assets

    JavaScript
    View on GitHub↗1
  • fvena/vite-plugin-i18n-resourcesfvena avatar

    fvena/vite-plugin-i18n-resources

    30View on GitHub↗

    Vite plugin to load i18n translation message files

    JavaScript
    View on GitHub↗30
  • gitboyzcf/vite-plugin-style-vw-loadergitboyzcf avatar

    gitboyzcf/vite-plugin-style-vw-loader

    9View on GitHub↗

    A loader that can convert the style px in Vue3 label to vw.

    TypeScript
    View on GitHub↗9
  • hannoeru/vite-plugin-pageshannoeru avatar

    hannoeru/vite-plugin-pages

    2,076View on GitHub↗

    File system based route generator for ⚡️Vite

    TypeScript
    View on GitHub↗2,076
  • hunyan-io/vite-plugin-vue-nested-sfcHunYan-io avatar

    HunYan-io/vite-plugin-vue-nested-sfc

    100View on GitHub↗

    Nest SFCs within your SFC.

    TypeScript
    View on GitHub↗100
  • jaskang/vite-plugin-md-previewJasKang avatar

    JasKang/vite-plugin-md-preview

    179View on GitHub↗

    在 markdown 中书写 vue demo,支持 vite/vitepress。

    TypeScript
    View on GitHub↗179
  • jevon617/unplugin-svg-componentJevon617 avatar

    Jevon617/unplugin-svg-component

    72View on GitHub↗

    generate a vue/react component through svg files, supporting svg file HMR, Tree-shaking, SSR and TS hint.

    TypeScript
    View on GitHub↗72
  • jpkleemans/vite-svg-loaderjpkleemans avatar

    jpkleemans/vite-svg-loader

    694View on GitHub↗

    Vite plugin to load SVG files as Vue components

    JavaScriptsvgvitevue
    View on GitHub↗694
  • kermanx/vite-plugin-markdown-mermaidKermanX avatar

    KermanX/vite-plugin-markdown-mermaid

    4View on GitHub↗

    A vite plugin to import a Markdown file with Mermaid charts in various formats like Front Matter, HTML, ToC, and React/Vue Component

    TypeScript
    View on GitHub↗4
  • liting-yes/vite-plugin-vue-previewliting-yes avatar

    liting-yes/vite-plugin-vue-preview

    40View on GitHub↗

    a vite plugin for code preview / 一个代码预览插件

    Vue
    View on GitHub↗40
  • pakholeung37/vite-plugin-vue2-svgpakholeung37 avatar

    pakholeung37/vite-plugin-vue2-svg

    19View on GitHub↗

    load SVG files as Vue components, for Vue2.x only.

    TypeScript
    View on GitHub↗19
  • pengbouestc/vite-plugin-i18n-autoimportPengBoUESTC avatar

    PengBoUESTC/vite-plugin-i18n-autoimport

    3View on GitHub↗

    ``javascript type includeFilter = (id: string) => boolean; export interface Options { locales: string[]; // i18n locale list dts?: string; // .d.ts file position, should include in tsconfig.json's include option; default i18n.d.sts root?: string; // default cwd() include?: FilterPattern |…

    HTML
    View on GitHub↗3
  • peterroe/vite-plugin-vue-style-in-templatepeterroe avatar

    peterroe/vite-plugin-vue-style-in-template

    3View on GitHub↗

    Extract the style tags from the Vue component into basic style tags

    TypeScript
    View on GitHub↗3
  • posva/unplugin-vue-routerposva avatar

    posva/unplugin-vue-router

    2,249View on GitHub↗

    Next Generation file based typed routing for Vue Router

    TypeScript
    View on GitHub↗2,249
  • antfu/unplugin-vue-componentsantfu avatar

    antfu/unplugin-vue-components

    4,288View on GitHub↗

    unplugin-vue-components is a build tool that automatically injects import and registration statements for Vue components based on their usage in templates. It functions as a framework-agnostic plugin compatible with multiple build tools, including Vite, Webpack, and Rollup. The project provides automated resolution for components from external UI libraries and supports directory-based namespacing to organize elements by folder. To maintain developer experience, it includes a type generator that creates TypeScript declaration files for components imported at build time. Additional capabilitie

    TypeScript
    View on GitHub↗4,288
  • antfu/unplugin-vue2-script-setupantfu avatar

    antfu/unplugin-vue2-script-setup

    601View on GitHub↗

    💡 Bring to Vue 2.

    TypeScript
    View on GitHub↗601
  • antfu/vite-plugin-mdantfu avatar

    antfu/vite-plugin-md

    637View on GitHub↗

    Markdown with Vue for Vite

    TypeScript
    View on GitHub↗637
  • williamyorkl/vite-plugin-vue2-suffixwilliamyorkl avatar

    williamyorkl/vite-plugin-vue2-suffix

    9View on GitHub↗

    A plugin solve missing '*.vue' suffix problem transform webpack to vite in vue2

    JavaScript
    View on GitHub↗9
  • zeokku/vite-plugin-vue-css-moduleszeokku avatar

    zeokku/vite-plugin-vue-css-modules

    20View on GitHub↗

    ✨ Ultimate solution for using CSS modules in Vue without any hassle.

    TypeScript
    View on GitHub↗20
  • underfin/vite-plugin-vue2underfin avatar

    underfin/vite-plugin-vue2

    619View on GitHub↗

    Vue2 plugin for Vite

    TypeScript
    View on GitHub↗619
  • vanilla-icecream/vite-plugin-vue-routesVanilla-IceCream avatar

    Vanilla-IceCream/vite-plugin-vue-routes

    1View on GitHub↗

    File-based routing for Vue applications using Vite.

    TypeScript
    View on GitHub↗1
  • vitejs/vite-plugin-vuevitejs avatar

    vitejs/vite-plugin-vue

    671View on GitHub↗

    Vite Vue Plugins

    TypeScript
    View on GitHub↗671
  • vitejs/vite-plugin-vue2vitejs avatar

    vitejs/vite-plugin-vue2

    580View on GitHub↗

    Vite plugin for Vue 2.7

    TypeScript
    View on GitHub↗580
  • vitejs/vite-plugin-vue2-jsxvitejs avatar

    vitejs/vite-plugin-vue2-jsx

    62View on GitHub↗

    Vite plugin for Vue 2.7 JSX support

    TypeScript
    View on GitHub↗62
  • webfansplz/vite-plugin-vue-devtoolswebfansplz avatar

    webfansplz/vite-plugin-vue-devtools

    1,603View on GitHub↗

    Vite Vue DevTools = DX 🔥

    TypeScript
    View on GitHub↗1,603
  • webfansplz/vite-plugin-vue-inspectorwebfansplz avatar

    webfansplz/vite-plugin-vue-inspector

    801View on GitHub↗

    jump to editor source code while click the element of browser automatically.

    TypeScript
    View on GitHub↗801