JavaScript Vue

Open-source JavaScript projects categorized as Vue

Top 23 JavaScript Vue Projects

  • prettier

    Prettier is an opinionated code formatter.

    Project mention: My QA Tech Stack in 2025 | dev.to | 2024-11-29

    VS Code is my preferred IDE and I recommend it to my team. Additionally, we use Prettier to enforce consistent, clean code style across our projects.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • marktext

    πŸ“A simple and elegant markdown editor, available for Linux, macOS and Windows.

    Project mention: UX Case Study: Markdown Heading | dev.to | 2024-04-27

    Marktext editor:

  • 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

    Project mention: Top Github repositories for 10+ programming languages | dev.to | 2024-07-16

    30 Days of JS preparation 30 Days of Javascript preparation that teaches JS topics in 30 days one topic per day, quite a good roadmap as well to learn JS from scratch.

  • uni-app

    A cross-platform framework using Vue.js

  • SheetJS js-xlsx

    πŸ“— SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs

    Project mention: Building an inventory management app: 'Invento' as a Beginner Developer | dev.to | 2024-07-24

    XLSX : XLSX is a library for parsing and writing Excel spreadsheet files. It enables the application to export data to Excel, which is a common requirement for inventory management systems.

  • vuex

    πŸ—ƒοΈ Centralized State Management for Vue.js.

    Project mention: Code Refactoring: Avoid Prop Drilling in Vue with Provide/Inject | dev.to | 2024-07-16

    To avoid prop drilling we can make use of state management library like Vuex and Pinia, but for this article I will demonstrate of using Vue provide and inject. Let's refactor our components.

  • docsify

    πŸƒ A magical documentation site generator.

    Project mention: Alternatives to Docusaurus for product documentation | dev.to | 2024-04-04

    Docsify is frequently updated; the latest release was on June 24, 2023, and the most recent update was on December 17, 2023. It is MIT-licensed and has an active Discord community.

  • SaaSHub

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

    SaaSHub logo
  • Quasar Framework

    Quasar Framework - Build high-performance VueJS user interfaces in record time

    Project mention: The Santander UK iOS app is 613 MB and 35% of it does nothing | news.ycombinator.com | 2024-09-05

    I like this for simple mobile projects:

    https://quasar.dev/

    In some cases, going with an SVG icon pack etc. can save a bit of space. =3

  • VuePress

    πŸ“ Minimalistic Vue-powered static site generator

    Project mention: Turning Documentation into a Product: Best Practices for Success | dev.to | 2024-07-16
  • Vue.Draggable

    Vue drag-and-drop component based on Sortable.js

  • vue-admin-template

    a vue2.0 minimal admin template

  • vue-router

    🚦 The official router for Vue 2

  • mdx

    Markdown for the component era

    Project mention: Storybook: The Workshop for Modern Frontends | dev.to | 2024-11-03

    Storybook simplifies working on those hard-to-reach spots in your codebase by providing an isolated workspace. It is a separate framework-agnostic app within your repository. You can do everything from developing components to documenting all different component states and showcasing them nicely using MDX with clickable demos and interactively changeable component arguments. You can also test your components within Storybook. Storybook's add-on API allows you to tailor it to your needs.

  • sweetalert2

    ✨ A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies. πŸ‡ΊπŸ‡¦

    Project mention: 12 Must-Know Libraries to Supercharge Your Frontend Development | dev.to | 2024-10-12
  • bootstrap-vue

    BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.

    Project mention: Awesome | Top 9 UI Frameworks for Vue.js | dev.to | 2024-06-11

    BootstrapVue brings the power of Bootstrap to Vue.js. It includes a comprehensive implementation of Bootstrap 4 components and grid system, along with extensive support for custom themes.

  • codesandbox-client

    An online IDE for rapid web development

    Project mention: Getting Started with React: A Beginner's Complete Guide | dev.to | 2024-10-17

    If you don't fancy a local development environment, you can use https://codesandbox.io to host your code.

  • Habitica

    A habit tracker app which treats your goals like a Role Playing Game.

    Project mention: Kickstart Hacktoberfest with These Exciting Open Source Projects to Contribute To! πŸš€ | dev.to | 2024-10-09

    πŸ’Ό Project: Habitica πŸ’‘ Why Contribute: Habitica is a gamified task management app that helps users build better habits. It’s an open-source project built with JavaScript, and there are plenty of issues ranging from beginner-friendly bug fixes to feature enhancements.

  • bootstrap-table

    An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)

  • lucide

    Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.

    Project mention: The Ultimate React Toolkit: Everthing you need πŸ—ΊοΈπŸ“¦πŸš€ | dev.to | 2024-12-09

    Lucide

  • vue-echarts

    Vue.js component for Apache EChartsβ„’.

  • onsenui

    Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js.

    Project mention: React Component Libraries | dev.to | 2024-03-13

    Official Website: https://onsen.io/

  • Gridsome

    ⚑️ The Jamstack framework for Vue.js

    Project mention: My Sixth Year as a Bootstrapped Founder | news.ycombinator.com | 2024-02-16

    Thanks for reading!

    The web tech stack is actually one of my biggest regrets. It's a static site generator called Gridsome[0] that the maintainers abandoned about three months after I used it to launch the TinyPilot website.

    At the time I made the TinyPilot site, I was very excited about Vue, so a Vue-based SSG seemed great. Since then, I've come to find SPAs and most frontend frameworks to be way too much complexity, so I've moved away from Vue, but the TinyPilot website is still stuck on Vue 2.x and bootstrap-vue (which is tied to Vue 2 and Bootstrap 4).

    So, it keeps creaking along, but building the 100ish pages on the site takes about five minutes, whereas I think something like Hugo could probably do it in a few seconds. Plus, we get random runtime errors[1] that are pretty hard to debug.

    [0] https://gridsome.org/

    [1] https://github.com/nuxt/nuxt/issues/5800

  • vue-native-core

    Vue Native is a framework to build cross platform native mobile apps using JavaScript

  • SaaSHub

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

    SaaSHub logo
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).

JavaScript Vue discussion

Log in or Post with

JavaScript Vue related posts

  • Component Party – compare different front end JavaScript frameworks

    1 project | news.ycombinator.com | 9 Nov 2024
  • Component Party – compare code across different JavaScript frameworks

    1 project | news.ycombinator.com | 7 Nov 2024
  • Storybook: The Workshop for Modern Frontends

    2 projects | dev.to | 3 Nov 2024
  • Getting Started with React: A Beginner's Complete Guide

    1 project | dev.to | 17 Oct 2024
  • Show HN: Fastify/Vue 1.0 Alpha

    1 project | news.ycombinator.com | 15 Oct 2024
  • Ask HN: Trying to find a UI framework comparison site posted here

    1 project | news.ycombinator.com | 20 Sep 2024
  • Line-Perfect Comparison of TodoMVC Apps

    1 project | dev.to | 7 Sep 2024
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 11 Dec 2024
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more β†’

Index

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

Project Stars
1 prettier 49,595
2 marktext 47,813
3 30-Days-Of-JavaScript 43,487
4 uni-app 40,211
5 SheetJS js-xlsx 35,222
6 vuex 28,426
7 docsify 27,893
8 Quasar Framework 26,045
9 VuePress 22,608
10 Vue.Draggable 20,204
11 vue-admin-template 20,053
12 vue-router 18,987
13 mdx 17,794
14 sweetalert2 17,407
15 bootstrap-vue 14,514
16 codesandbox-client 13,135
17 Habitica 12,057
18 bootstrap-table 11,745
19 lucide 11,717
20 vue-echarts 9,804
21 onsenui 8,829
22 Gridsome 8,550
23 vue-native-core 8,315

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?