Vue

Open-source projects categorized as Vue

Top 23 Vue Open-Source Projects

  1. Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. vue-element-admin

    :tada: A magical vue admin https://panjiachen.github.io/vue-element-admin

  4. storybook

    Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation

    Project mention: 7 Free Tools and Resources for Building Well-Structured React Applications | dev.to | 2026-05-07

    Storybook is a tool for developing and documenting UI components in isolation. You write stories that render individual components with specific props, and Storybook displays them in a standalone browser environment that is separate from the main application. The v8 release significantly reduced configuration complexity, making it practical to add to an existing project without a major setup investment.

  5. Hoppscotch

    Open source API development ecosystem.

    Project mention: The $847/year Developer Tool Stack That Replaced My $4,200 SaaS Subscriptions | dev.to | 2026-03-24

    Hoppscotch is open-source, runs in the browser, and does everything I used Postman for. Collections, environments, WebSocket testing — all there.

  6. nuxt

    the full-stack Vue framework

    Project mention: I built an open-source WhatsApp Business inbox for teams — here's how | dev.to | 2026-02-27
  7. marktext

    📝A simple and elegant markdown editor, available for Linux, macOS and Windows.

    Project mention: Ghostmd: Ghostty but for Markdown Notes | news.ycombinator.com | 2026-03-07
  8. Gitea

    Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD

    Project mention: Gitea is 10 years old, but official repo is still hosted on GitHub | news.ycombinator.com | 2026-06-02
  9. Element UI

    A Vue.js 2.0 UI Toolkit for Web

  10. Ionic Framework

    A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

    Project mention: Ng-News 26/01: Ng-Poland Outtakes - Keynote and Q&A | dev.to | 2026-01-12

    But there is a new library, built from the beginning for Signal Forms. Its name is @ng-forge/dynamic-forms. It comes with an integration of common UI libraries: Angular Material, Bootstrap, but also PrimeNG and Ionic.

  11. prettier

    Prettier is an opinionated code formatter.

    Project mention: How to Build a Dependency Map of a Legacy Codebase Using AI Tools | dev.to | 2026-05-09

    137Foundry provides legacy modernization services that include dependency mapping as a foundational assessment phase. Prettier and ESLint are useful companion tools for enforcing code style consistency as the refactoring proceeds. Node.js and Python.org official documentation are authoritative references for understanding the import and module systems of those runtimes.

  12. lx-music-desktop

    一个基于 Electron 的音乐软件

  13. TanStack Query

    🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

    Project mention: A Clean React Folder Structure | dev.to | 2026-05-09

    queries/ If you're using TanStack Query (React Query), this is where you'd keep your query and mutation hooks. It helps to organize your data-fetching logic and caching in one place.

  14. slidev

    Presentation Slides for Developers

  15. 30-Days-Of-JavaScript

    30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

  16. uni-app

    A cross-platform framework using Vue.js

  17. vuetify

    🐉 Vue Component Framework

    Project mention: Exploring the Vue.js Ecosystem: Tools and Libraries That Make Development Fun | dev.to | 2025-06-28

    “Vuetify is a collection of pre-made components paired with powerful features such dynamic themes, global defaults, application layouts, and more. Its goal is to provide developers with all of the necessary tools to build rich and engaging user experiences.” ~ Vuetify

  18. taro

    开放式跨端跨框架解决方案,支持使用 React/Vue 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/

  19. tiptap

    The headless rich text editor framework for web artisans.

    Project mention: How I Built a Creative Writing Platform With 3 Different Editors | dev.to | 2026-04-02

    A rich text editor built with Tiptap for long-form fiction. Chapter management, word count goals, writing streaks, and exports to EPUB, DOCX, and PDF.

  20. SheetJS js-xlsx

    📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs

    Project mention: How to Convert Supplier CSVs to Shopify/Amazon/WooCommerce Without Uploading to a Server | dev.to | 2026-06-01

    The decision to process everything in the browser wasn't just about cost savings (zero server bills). It's a privacy feature: supplier inventory data, wholesale prices, and margin calculations never leave the user's machine. Technically, the app uses Papa Parse for CSV and SheetJS for XLSX, both loaded dynamically from CDN. The parsed rows are stored in a simple JavaScript array — no WebAssembly, no worker pool, just plain array operations that complete in under 50ms for typical supplier files.

  21. Directus

    The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.

    Project mention: Which No-Code Database in 2026: Tested & Compared | dev.to | 2026-05-07

    How does Directus 2026.0 compare to NocoDB 2026.1 for teams needing custom API extensions?

  22. filemanager

    📂 Web File Browser

    Project mention: FileBrowser Alternatives for Mobile: A Self-Hoster's Comparison Guide | dev.to | 2026-03-28

    If you self-host FileBrowser, you know the desktop experience is solid. But open it on your phone and you'll hit:

  23. docsify

    🃏 A magical documentation site generator.

    Project mention: Ask HN: Best self-hosted wiki solution in 2025? Mediawiki or something else? | news.ycombinator.com | 2025-08-29

    I had wanted to use Gitbook for blog/wiki[0] but then discovered that it's not opensource anymore. After not finding anything for a long while finally found something close that will work for me: Docsify[1].

    Docsify is git-backed but not a static site generator. Instead it reads the markdown as-is and renders to HTML/DOM (don't know the details) in the browser. I had 2 problems with it, first the sidebar wasn't convenient to edit/update, which I handled by creating a tags: `name` `name` annotation convention. The second was it didn't work for private github repos, which was solved by using Cloudflare Pages to auto-publish changes from git. Effectively now it has a 'build' step like a static-site-generator but it's only to write _sidebar.md from the tagged .md files.

    You can see the start of my personal wiki/notes[2] which includes some info about Docsify and Cloudflare Pages & Access (transparently login protect http routes). Note the 'Edit' buttons won't work (as you don't have access to private repo).*

    [0] https://blog.keithkim.org

    [1] https://docsify.js.org

    [2] https://notes.keithkim.org

  24. headlessui

    Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.

    Project mention: vue-select is abandoned. Here's what I built to replace it. | dev.to | 2026-02-26

    I want to be upfront: this isn't the only option. Radix Vue includes a combobox component, and Headless UI has a listbox. Both are excellent libraries.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Vue discussion

Log in or Post with

Vue related posts

  • VuReact complete guide: a Vue-to-React semantic compilation reference

    1 project | dev.to | 5 Jun 2026
  • Component Party

    1 project | news.ycombinator.com | 5 Jun 2026
  • How does VuReact compile Vue 3's CSS Modules to React?

    1 project | dev.to | 3 Jun 2026
  • How does VuReact compile Vue 3's TransitionGroup to React?

    1 project | dev.to | 1 Jun 2026
  • How does VuReact compile Vue 3's defineAsyncComponent() to React?

    1 project | dev.to | 25 May 2026
  • How does VuReact compile Vue 3's useTemplateRef() to React?

    1 project | dev.to | 23 May 2026
  • How does VuReact compile Vue 3's defineSlots() to React?

    1 project | dev.to | 22 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Vue projects? This list will help you:

# Project Stars
1 Vue.js 209,864
2 vue-element-admin 90,296
3 storybook 90,212
4 Hoppscotch 79,438
5 nuxt 60,345
6 marktext 56,887
7 Gitea 56,116
8 Element UI 54,128
9 Ionic Framework 52,521
10 prettier 51,901
11 lx-music-desktop 51,360
12 TanStack Query 49,573
13 slidev 47,000
14 30-Days-Of-JavaScript 46,418
15 uni-app 41,535
16 vuetify 40,995
17 taro 37,516
18 tiptap 37,098
19 SheetJS js-xlsx 36,231
20 Directus 36,025
21 filemanager 34,978
22 docsify 31,258
23 headlessui 28,605

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?