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.
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
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
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
Serve ".vue" files as static assets
Vite plugin to load i18n translation message files
A loader that can convert the style px in Vue3 label to vw.
File system based route generator for ⚡️Vite
Nest SFCs within your SFC.
在 markdown 中书写 vue demo,支持 vite/vitepress。
generate a vue/react component through svg files, supporting svg file HMR, Tree-shaking, SSR and TS hint.
Vite plugin to load SVG files as Vue components
A vite plugin to import a Markdown file with Mermaid charts in various formats like Front Matter, HTML, ToC, and React/Vue Component
a vite plugin for code preview / 一个代码预览插件
load SVG files as Vue components, for Vue2.x only.
``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 |…
Extract the style tags from the Vue component into basic style tags
Next Generation file based typed routing for Vue Router
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
A plugin solve missing '*.vue' suffix problem transform webpack to vite in vue2
✨ Ultimate solution for using CSS modules in Vue without any hassle.
File-based routing for Vue applications using Vite.
Vite Vue DevTools = DX 🔥
jump to editor source code while click the element of browser automatically.