Vue vuejs-components

Open-source Vue projects categorized as vuejs-components

Top 4 Vue vuejs-component 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"

  • 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/

  • 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
  • nextcloud-vue

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

  • 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") } })

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

Index

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

Project Stars
1 vue-virtual-scroller 9,079
2 vue3-openlayers 596
3 nextcloud-vue 209
4 simple-vuejs-app 21

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