vuejs-components

Open-source projects categorized as vuejs-components

Top 10 vuejs-component Open-Source Projects

  • vue-virtual-scroller

    ⚡️ Blazing fast scrolling for any amount of data

  • Project mention: How to improve the performance of filtering an array that has 30k element? | /r/learnjavascript | 2023-06-15

    I'll debug this further to confirm, the problem could be rendering that amount of data instead of actually filtering them. I'm using vuejs2, when the user type something I emit an event which in turn will call a computed property that will get trigged to start the filtering then pass that filtered data to a component library as a prop called DynamicScroller which is supposedly described as "Blazing fast scrolling for any amount of data"

  • revo-grid

    Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • chakra-ui-vue

    ⚡️ Build scalable and accessible Vue.js applications with ease.

  • vue-social-sharing

    A renderless Vue.js component for sharing links to social networks, compatible with SSR

  • vue3-openlayers

    Web map Vue 3.x components with the power of OpenLayers

  • Project mention: How to integrate Leaflet in Nuxt 3 | /r/Nuxt | 2023-06-18

    Have a look at this one too! https://github.com/MelihAltintas/vue3-openlayers/

  • vue-mode

    Emacs major mode for vue.js

  • nextcloud-vue

    🍱 Vue.js components for Nextcloud app development ✌ https://npmjs.org/@nextcloud/vue

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • simple-vuejs-app

    Simple Application with Basic VueJs setup and demonstrating use of components and communication between them

  • Project mention: any suggestions for my cli | /r/CodingHelp | 2023-05-06

    #!/usr/bin/env node import inquirer from 'inquirer'; import * as child from 'node:child_process' inquirer .prompt([ { type:'list', message:'what is your project', name:'framework', choices: ['angular','react','vue','svelte','preact','django'] } ]) .then((answers) => { if (answers.framework === 'angular' ){ child.exec(`git clone https://github.com/subhodi/angular-simple-app.git`) console.log("now install the angular cli with") console.log("npm i @angular/cli") } if (answers.framework === 'react' ){ child.exec(`git clone https://github.com/imcycle/simple-react-app.git`) console.log("now install react with") console.log("npm -i react") } if (answers.framework === 'vue' ){ child.exec(`git clone https://github.com/aditya-sridhar/simple-vuejs-app.git`) console.log("now install vue with") console.log("npm -i vue") } if (answers.framework === 'svelte' ){ child.exec(`npm create svelte@latest myapp`) console.log("here is the app") } if (answers.framework === 'preact' ){ child.exec(`git clone https://github.com/github/codespaces-preact.git`) console.log("now install preact with") console.log("npm -i preact") } if(answers.framework === 'django'){ console.log("why are you doing this in a js cli") console.log("you must learn js") console.log("then your project won't be slower than turtles") console.log("javascript.com") } })

  • vue-watermark

    Vue Watermark ◉ 워터마크 ◉ 水印

  • Project mention: Show HN: Vue Watermark | news.ycombinator.com | 2024-02-04
  • vue2-preloader

    Vue-Preloader is a versatile and easy-to-use Vue.js component that allows you to add loading animations to your Vue.js or Nuxt.js projects. It is compatible with both Vue 2 and Vue 3.

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

vuejs-components related posts

Index

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

Project Stars
1 vue-virtual-scroller 9,061
2 revo-grid 2,655
3 chakra-ui-vue 1,854
4 vue-social-sharing 1,380
5 vue3-openlayers 595
6 vue-mode 322
7 nextcloud-vue 209
8 simple-vuejs-app 21
9 vue-watermark 19
10 vue2-preloader 4

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