Awesome List Updates on May 18 - May 24, 2020
71 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Talks
Software Development
- Real Software Engineering by Glenn Vanderburg [1:07:57]
2. Awesome Ruby
Scheduling
- que-scheduler (⭐114) - A lightweight cron scheduler for the async job worker Que.
3. Awesome Regression Testing
Online services
- Visual Regression Tracker (⭐579) - Open Source selfhosted service for visual regression testing
4. Awesome Javascript
Bundlers
- Microbundle (⭐8k) - Zero-configuration bundler for tiny modules.
Misc / Other
5. Sublime Bookmarks
Extensions / General Purpose
- LSP — Language Server Protocol support for Sublime Text 3 that gives you IDE features.
6. Awesome Captcha
Generation
- koto-bank/kocaptcha (⭐52) - A simple captcha service with a single API endpoint, written in Rust.
- Captcheck - Lightweight, self-hostable CAPTCHA service written in PHP 7 and MySQL. Uses a selection of icons from Font-Awesome. Text-only accessibility mode and support for keyboard-only operation.
- Securimage - Open-source free PHP Captcha script.
- Lokno/click-captcha (⭐28) - A visual, click-based CAPTCHA for human authentication.
- ArgoZhang/SliderCaptcha (⭐234) - Slider captcha supporting mobile.
Other / Chinese
- Hashcash for PHP/JavaScript forms (⭐46) - An alternative to captcha to fight spam, based on proof-of-work.
7. Awesome Esolangs
Languages
- 1+ - A surprisingly user-friendly language with a highly-limited instruction set.
8. Awesome Audiovisual
Libraries and frameworks / ArtNet Libraries
- artnet (⭐120) - Node.js module that can be used to send ArtDMX packages to an Art-Net node.
nodejs
.
Resources / ArtNet Libraries
- /r/lightingdesign - The Reddit community for lighting designers worldwide.
- /r/techtheatre - The reddit community for all production designers and technicians!
Tutorials / GrandMA2 tutorials
- GMA2 colour picker tutorial - A tutorial for how to add a colour picker in GrandMA2.
9. Awesome Lowcode
Flow-based programming
- Wayscript - A rapid scripting platform for developers.
Visual programming
- Dronahq - Build business apps without coding.
10. Awesome Nlg
Datasets
- The Schema-Guided Dialogue Dataset (⭐466) - The Schema-Guided Dialogue (SGD) dataset consists of over 20k annotated multi-domain, task-oriented conversations between a human and a virtual assistant.
11. Open Source Flutter Apps
Contents / Games
- Math Matrix (⭐325) -Brain training games composition Mehul Makwana.
12. Awesome Micropython
AI
- MicroMLP (⭐178) - A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules).
Audio
- micropython-vs1053 (⭐24) - Asynchronous driver for VS1053b MP3 player.
- micropython-midi (⭐49) - A MIDI implementation example for MicroPython.
- upy-rtttl (⭐37) - Python Parser for Ring Tone Text Transfer Language (RTTTL).
Communications / DNS
- ICantBelieveItsNotDNS (⭐19) - "I Can't Believe It's Not DNS!" (ICBIND) is an authoritative DNS server for the ESP8266 written in MicroPython.
Communications / FTP
- micropython-ftplib (⭐34) - An FTP client library for MicroPython.
- FTP-Server-for-ESP8266-ESP32-and-PYBD (⭐148) - Small FTP server for ESP8266/ESP32/Pyboard on the MicroPython platform.
- MicroFTPServer (⭐36) - Minimal FTP Server that can run on an ESP8266 with MicroPython.
Communications / GPS
- mpy-agps (⭐10) - MicroPython implementation of assisted location services (AGPS).
Communications / GSM
- micropython-upyphone (⭐422) - A GSM phone using Pyboard and SIM800l.
Communications / IoT
- microhomie (⭐79) - MicroPython implementation of the Homie MQTT convention for IoT.
- uPyEcho (⭐53) - Emulated Belkin WeMo device that works with Amazon Echo (Alexa) using MicroPython on an ESP32.
- SonosRemote (⭐52) - A remote for Sonos installations running on an ESP8266 and using Sonos HTTP API.
Communications / IR
- micropython_ir (⭐240) - Nonblocking device drivers to receive from IR remotes and for IR "blaster" apps.
- micropython-amg88xx (⭐18) - Driver for Grid-EYE thermal infrared array sensor (Adafruit 3538).
- micropython-ys-irtm (⭐26) - MicroPython examples for YS-IRTM 5V NEC Infrared UART transceivers.
- esp8266_ir (⭐48) - Control IR signal by WebSocket.
Communications / LoRaWAN
- uPyLoRaWAN (⭐219) - ESP32 using MicroPython meets LoRa and LoRaWAN.
Communications / MQTT
- micropython-mqtt (⭐555) - A 'resilient' asynchronous MQTT client: recovers from WiFi and broker outages.
- pysmartnode (⭐113) - MicroPython Smart Home framework.
- umqtt_aws_iot (⭐20) - Publish UMQTT messages with MicroPython to AWS IoT.
- micropython-sonoff-switch (⭐10) - Implements an MQTT-controllable switch for the iTead Sonoff Switch using MicroPython.
- uMQTT (⭐9) - MQTT publish for MicroPython on the WiPy board.
Communications / NTP
- esp8266_ntp_webserver (⭐2) - MicroPython + ESP8266 + NTP + web server.
- micropython-ntpd (⭐2) - An implementation of an NTP daemon in MicroPython.
- micropython_ntpserver (⭐3) - An NTP server written for MicroPython.
Communications / Radio
- micropython_remote (⭐65) - Capture and replay 433MHz remote control codes. Control remote switched power adaptors.
- micropython-ys-rf34t (⭐9) - MicroPython examples using YS-RF34T 433MHz ASK/OOK UART transceivers.
Communications / Serial
- mpy-miniterm (⭐22) - Tool for seamless serial debug and file synchronisation with MicroPython devices via the serial REPL.
Communications / SMTP
- uMail (⭐80) - A lightweight, scalable SMTP client for sending email in MicroPython.
Communications / Telnet
- MicroTelnetServer (⭐75) - Simple telnet server for MicroPython and the ESP8266 allowing telnet clients access to the REPL.
Communications / Web
- MicroWebSrv (⭐642) - A micro HTTP web server that supports WebSockets, HTML/Python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32).
- MicroWebSrv2 (⭐647) - The last micro web server for IoTs (MicroPython) or large servers (CPython), that supports WebSocket, routes, template engine and with really optimized architecture (mem allocations, async I/Os).
- tinyweb (⭐244) - Simple and lightweight HTTP async server for MicroPython.
- upy-websocket-server (⭐80) - MicroPython (ESP8266) WebSocket server implementation.
- micropython-captive-portal (⭐50) - A captive portal demo for MicroPython.
- uPyPortal (⭐40) - A captive portal for MicroPython using ESP32 (Wemos).
- ESP8266WebServer (⭐51) - ESP8266 web server for MicroPython.
- microCoAPy (⭐57) - A mini client/server implementation of CoAP (Constrained Application Protocol) into MicroPython.
- micropyserver (⭐116) - MicroPyServer is a simple HTTP server for MicroPython projects.
- MicroRESTCli (⭐29) - A micro JSON REST web client based on MicroWebCli for MicroPython (used on Pycom modules & ESP32).
- micropython-noggin (⭐18) - A very simple web server for MicroPython.
Communications / WiFi
- micropython-wifimanager (⭐59) - A simple network configuration utility for MicroPython on the ESP8266 board.
Communications / Zigbee
- ZbPy (⭐44) - MicroPython IEEE802.15.4 / Zigbee parser.
Display / E-Paper
- micropython-waveshare-epd (⭐50) - Waveshare ePaper Display driver for devices running Pycom-flavored MicroPython.
Display / LCD Character
- micropython-lcd (⭐20) - Class for controlling the HD44780 from a MicroPython Pyboard.
Display / LCD Graphic
- micropython-hx1230 (⭐5) - MicroPython library for HX1230 96x68 LCD modules.
Display / LCD TFT
- micropython-ili9341 (⭐174) - MicroPython ILI9341 display & XPT2046 touch screen driver.
- st7789_mpy (⭐186) - Fast pure-C driver for MicroPython that can handle display modules on ST7789 chip.
- micropython-ili9341 (⭐123) - MicroPython Driver for ILI9341 display.
- micropython-ili9341 (⭐14) - ILI9341 TFT driver for MicroPython on ESP32.
Display / LED Matrix
- micropython-max7219 (⭐37) - MicroPython driver for MAX7219 8x8 LED matrix.
IO / ADC
- ADS7818 (⭐0) - Python class interfacing the ADS7818 AD-converter.
- micropython-ads1219 (⭐4) - MicroPython module for the Texas Instruments ADS1219 ADC.
IO / GPIO
- micropython-inputs (⭐32) - Classes to count pulses, debounce digital inputs, and calculate moving averages of analog inputs for a MicroPython board.
IO / IO-Expander
- micropython-mcp23017 (⭐63) - MicroPython driver for MCP23017 16-bit I/O Expander.
- micropython-pcf8574 (⭐34) - MicroPython driver for PCF8574 8-Bit I2C I/O Expander with Interrupt.
- micropython-pcf8575 (⭐18) - MicroPython driver for PCF8575 16-Bit I2C I/O Expander with Interrupt.
IO / Rotary Encoder
- micropython-rotary (⭐272) - MicroPython module to read a rotary encoder.
Mathematics / Waveform Generator
- micropython-fourier (⭐76) - Fast Fourier transform in MicroPython's inline ARM assembler.
- ulinalg (⭐32) - Small size matrix handling module with a few linear algebra operations specifically for MicroPython (Python 3).
Motion / Stepper
- uln2003 (⭐44) - Driver for 5V 28BYJ-48 stepper motors.
Sensors / Air Quality
- pms5003_micropython (⭐22) - Driver for PMS5003 air quality sensor for MicroPython.
- micropython-pms5003-minimal (⭐1) - Driver for P air quality sensor for MicroPython.
- polly (⭐12) - SDS011 pollution sensor + Wemos D1 mini pro + MicroPython.
Sensors / Barometer
- BME280 (⭐100) - MicroPython driver for the BME280 sensor, target platform Pycom devices.
- micropython-bmp280 (⭐88) - Module for the BMP280 sensor.
Sensors / Camera
- Nikon-Trigger-for-MicroPython (⭐3) - Remote trigger for a Nikon camera using an IR LED. For Pyboard v1.1.
Sensors / Compass
- QMC5883 (⭐12) - Python class for the QMC5883 Three-Axis Digital Compass IC.
Sensors / Energy
- MCP39F521 (⭐6) - ESP8266 scripts for reading MCP39F521 power monitors.
Sensors / Gaseous
- CCS811 (⭐30) - Basic MicroPython driver for CCS811 on ESP8266 boards.
Sensors / Motion Inertial
- micropython-mpu6886 (⭐20) - MicroPython I2C driver for MPU6886 6-axis motion tracking device.
Sensors / Touch Resistive
- XPT2046-touch-pad-driver (⭐16) - Driver for XPT2046 touch pad controller used in many TFT modules.
Storage / Database
- uPyMySQL (⭐24) - Pure MicroPython MySQL Client.
- micropython-redis (⭐21) - A Redis client implementation designed for use with MicroPython.
- picoredis (⭐9) - A very minimal Redis client (not only) for MicroPython.
- micropg (⭐25) - PostgreSQL database driver for MicroPython.
Storage / FRAM
- micropython-fram (⭐1) - Pyboard driver for Ferroelectric RAM module.
Community / SRAM
- MicroPython on Facebook - Like MicroPython on Facebook for competitions, news and updates.
- Melbourne MicroPython Meetup - Regular meetup at CCHS in Melbourne, Australia.
Books / SRAM
- MicroPython Cookbook - By Marwan Alsabbagh. ISBN 9781838649951.
- Advanced Programming in MicroPython By Example - By Yury Magda. ISBN 9781090900937.
Resources / SRAM
- MicroPython on Wikipedia - MicroPython on Wikipedia.
IDEs / SRAM
- Mu Editor - Code with Mu: a simple Python/MicroPython/CircuitPython editor for beginner programmers.
- Thonny IDE - Thonny: Python IDE for beginners.
13. Awesome Seml
Governance
14. Awesome Cpp
GUI
- nuklear (⭐9k) - A single-header ANSI C gui library. [PublicDomain]
Build Systems
- SW - Cross-platform C++ (and other langs) Build System and Package Manager with a lot of packages available. [GPLv3]
15. Awesome Ros2
Operating systems / Build system (ROS2)
- VxWorks (⭐80) - The Secure, Safe, Reliable, and Certifiable real-time OS for Critical Infrastructure
16. Awesome Embedded Rust
Real-time / Real-time Operating System (RTOS)
- FreeRTOS-rust (⭐342) Rust interface for FreeRTOS with Rust entry point and build support crate.
Driver crates / WIP
- lvgl (⭐642) - no_std LittleVGL (⭐16k) port -
17. Awesome Electron
Open Source / Other
- Beekeeper Studio (⭐16k) - Cross-platform SQL editor and database manager.
18. Awesome Broadcasting
Multimedia content processing
- Brave (⭐653) - Basic Real-time AV Editor - lets you preview, mix, and route live audio and video streams on the cloud.
19. Awesome Transit
GTFS Realtime (and Other Real-time API) Archival Tools / Ruby
- GTFS-realtime to SQL - Parses a GTFS-RealTime feed into an SQL database (used in OpenMobilityData.org)
20. Awesome Libgdx
Resources / Visual Effects
- gdx-gltf (⭐198) - GLTF 3D file format support (import/export), PBR shaders, and others advanced rendering.
21. Awesome Microservices
API Gateways / Edge Services / Scala
- APIcast (⭐305) - APIcast is an API gateway built on top of NGINX. It is part of the Red Hat 3scale API Management Platform.
Configuration & Discovery / Scala
- Microconfig - Modern and simple way of microservice configuration management.
22. Awesome Ios Books
Combine
Architecture
Interview
23. Awesome Newsletters
Kotlin / Svelte
- Kotlin Weekly. The weekly newsletter for Kotlin developers, with articles, libraries, videos and podcasts from the Kotlin environment.
24. Awesome Pentest
Windows Utilities / Web Exploitation Books
- Inveigh (⭐2.4k) - Windows PowerShell ADIDNS/LLMNR/mDNS/NBNS spoofer/machine-in-the-middle tool.
- Rubeus (⭐3.9k) - Toolset for raw Kerberos interaction and abuses.
25. Awesome Css
Style Guide / Editor's Draft ✒️
- Fluent UI (⭐14k) by Microsoft
26. Awesome Shell
Multimedia and File Formats / Directory Navigation
- visidata (⭐7.3k) - A terminal spreadsheet multitool for exploring and arranging data (csv/json/xml/xls/yaml/etc)
Applications / Directory Navigation
- nomino (⭐534) - Batch rename utility using regex, sort and map file options.
- pockyt (⭐490) - Read, Manage, and Automate your Pocket collection.
27. Awesome Keycloak
Articles
Integrations
Themes
28. Awesome Mac
Encryption / Audio Record and Process
- Deadbolt (⭐333) - The easiest file encryption tool you'll ever use. macOS-compatible, and open-source so you can trust it.
29. Awesome Machine Learning
Python / Computer Vision
- Openpose (⭐31k) - A real-time multi-person keypoint detection library for body, face, hands, and foot estimation
Python / General-Purpose Machine Learning
- implicit - Fast Python Collaborative Filtering for Implicit Datasets.
- LightFM - A Python implementation of a number of popular recommendation algorithms for both implicit and explicit feedback.
- mljar-supervised (⭐3k) - An Automated Machine Learning (AutoML) python package for tabular data. It can handle: Binary Classification, MultiClass Classification and Regression. It provides explanations and markdown reports.
30. Awesome Ctf
Platforms
- MotherFucking-CTF (⭐42) - Badass lightweight plaform to host CTFs. No JS involved.
Steganography
- StegOnline - Conduct a wide range of image steganography operations, such as concealing/revealing files hidden within bits (open-source).
Tutorials
- Intro. to CTF Course - A free course that teaches beginners the basics of forensics, crypto, and web-ex.
Websites
- Awesome CTF Cheatsheet - CTF Cheatsheet.
31. Awesome Typescript
Typescript Project Starters
- typescript-express-starter (⭐2.6k) - Quick and Easy TypeScript Express Starter.
Libraries / Chrome Extensions
- 🐙 ts-audio (⭐312) - an agnostic and easy-to-use library to work with the
AudioContext
API
32. Awesome Scifi
Links / Imago (1989) [4.2]
33. Awesome Dotnet
Calendar
- iCal.NET (⭐772) iCal.NET is an iCalendar (RFC 5545) class library for .NET aimed at providing RFC 5545 compliance, while providing full compatibility with popular calendaring applications and libraries.
Functional programming
- Optuple (⭐29) - .NET Standard Library for giving
(bool, T)
Option-like semantics in a non-obtrusive way; this is, there is no new option type dependency for a library or its users.
Game
- Devtodev (⭐7) - A full-cycle analytics solution for game developers.
Image Processing
- Imgix-CSharp - Easily update image urls to be fast and responsive. [$]
Misc
- FormHelper (⭐270) - Form & Validation Helper for ASP.NET Core. Form Helper helps you to create ajax forms and validations without writing any javascript code. (Compatible with Fluent Validation)
- Cloudmersive PDF - Cloudmersive PDF is a native .NET Framework and .NET Core NuGet library and API service that can create, modify, encrypt or convert PDF documents at high scale and fidelity; and is free to use with no expiration [Free]
34. Awesome Dataviz
Websites / Misc
- Data For Visualization blog - Storytelling with data from the software developer's eye
35. Awesome Engineering Team Management
Culture / Procrastination
- A Conversation with Werner Vogels, Learning from the Amazon technology platform - Scaling systems is not only a technical challenge. It has to be about teams and culture too. One lesson learned from the early days of AWS: “Giving developers operational responsibilities has greatly enhanced the quality of the services, both from a customer and a technology point of view. (…) You build it, you run it.”
Cognitive Tools / Behavioral
- On Bullshit - This HN comment perfectly describes the concept. “Unlike lying/fraud, where falsehood is instrumental, Frankfurt defined bullshit as potentially false speech where the truth simply wasn't important. Bullshit is characterized by giving the surface appearance of confidence, intelligence, or a convincing argument; whether it's actually true or not is besides the point.”
Project Management / Estimations
- Apple Aperture: Senior QA - How not to manage projects approaching deadlines: “cutting finished features, yelling at people, and working people to the point of nervous breakdowns. Then they came upon a brilliant idea: let's steal over a hundred engineers from other teams and then the project will magically get done on time.”
36. Awesome Deno
Docs / Official Docs
Modules / CLI utils
- cli-spinner (⭐58) - Show spinners in the terminal while running long tasks.
Modules / Template engine
- dejs (⭐143) - Ejs template engine for deno.
Modules / Utils
- deno-dotenv
- pietvanzoen/deno-dotenv (⭐149) - Dotenv handling for deno.
- cardosomarcos/deno-dotenv (⭐8) - Loads environment variables from .env for Deno projects.
- deno-plugin-prepare (⭐47) - A library for managing Deno native plugin dependencies.
- ms (⭐17) - Easily convert various time formats to milliseconds.
Tools / XML
- clone (⭐4) - A simple utility for the convenient clone.
- denoinit (⭐30) - Denoinit generates useful files for Deno project.
- denoliver (⭐98) - A simple, dependency free file server with live reload.
- denoversion (⭐7) - SemVer and git version management for Deno.
- denox (⭐139) - Like packages.json scripts, but for Deno with permissions support.
- udd (⭐327) - Update Deno dependencies: updates import statements to their latest published version.
- velociraptor (⭐682) - An npm-style script runner for Deno.
Articles / XML
Presentations / XML
Resources in Other Languages / Indonesian
Resources in Other Languages / Spanish
37. Awesome Incident Response
IR Tools Collection / Log Analysis Tools
- AppCompatProcessor (⭐188) - AppCompatProcessor has been designed to extract additional value from enterprise-wide AppCompat / AmCache data beyond the classic stacking and grepping techniques.
IR Tools Collection / Sandboxing/Reversing Tools
- Radare2 (⭐19k) - Reverse engineering framework and command-line toolset.
38. Awesome Macos Screensavers
Retro
Fruit
Animated vintage Apple logo
Free
39. Colorful
Tools / Libraries
- Distinct Colors (⭐119) - Generate a palette of visually distinct colors.
40. Awesome Wardley Maps
Maps in the Wild
- Your story never had a chance - Gameplay, fractal patterns, feedback loops, doctrine. May 9, 2020.
41. Awesome Qsharp
Official Resources
42. Awesome Cheminformatics
Libraries / Machine Learning
- OpenChem (⭐645) - OpenChem is a deep learning toolkit for Computational Chemistry with PyTorch backend.
Libraries / Molecular Dynamics
- NAMD - a parallel molecular dynamics code designed for high-performance simulation of large biomolecular systems.
Libraries / Others
- eiR (⭐3) - Accelerated similarity searching of small molecules
43. Awesome Yew
Projects
- Freecell (⭐6) - A patience game written in Rust and Yew.
44. Awesome Flutter
Demonstrations
- Official Gallery (⭐6.3k) - Demo for the material design widgets provided by Flutter Team
Animation / Redux / ELM / Dependency Injection
- Animate Do - Animation package inspired in Animate.css by Fernando Herrera.
🇲🇾 Malaysia / Misc
- Telegram Flutter/Dart Dev Malaysia
45. Awesome Testing
Books / Other
- Testing JavaScript Applications - A book about JavaScript testing tools and techniques for developers.
46. Awesome Rust
Applications / Observability
- OpenTelemetry - OpenTelemetry provides a single set of APIs, libraries, agents, and collector services to capture distributed traces and metrics from your application. You can analyze them using Prometheus, Jaeger, and other observability tools.
47. Awesome Fortran
Graphics Libraries
- DISLIN - a high-level graphing and user-interface library.
- f90gl - public domain implementation of the official NIST Fortran 90 bindings for OpenGL.
- gtk-fortran (⭐205) - a cross-platform library to build Graphical User Interfaces (GUI) using GTK+. Very useful when combined with the Glade RAD tool.
- PGPLOT - cross-platform scientific graphing library.
Math Libs
- FGSL - portable, object-based Fortran interface to the GNU scientific library
- IMSL - The IMSL Fortran Numerical Library is the standard for high performance computing commercial mathematics and statistics libraries
- Lis - a Library of Iterative Solvers for Linear Systems
- NAG Fortran Library - Produced by experts for use in a variety of applications, the NAG Fortran Library has a global reputation for its excellence and, with hundreds of fully documented and tested routines, is the largest collection of mathematical and statistical algorithms available
Fortran Websites
- The Fortran Company - A home page of FORTRAN programming language.
48. Awesome Actions
Utility / Docker Container Actions
- Setup Xcode (⭐150) - Switch between pre-installed versions of Xcode for macOS images.
Notifications and Messages / Code Coverage
49. Free for Dev
Web Hosting
- Bubble — Visual programming to build web and mobile apps without code, free with Bubble branding.
50. Awesome Vue
Projects Using Vue.js / Apps/Websites
- Embalses! - A tool to report water dam level using the U.S. Geological Survey database.
- TravelMap - A simple way for travelers to create a blog based on a Map.
- Proper Cloth Shirt Builder - Custom shirt builder.
- vNotes (⭐51) - Simple and beautiful notepad to Markdown with Vue.js and Local Storage API.
- Dermail (⭐25) - A webmail client written in Vue.js for Dermail, a mail system written in node.js.
- octimine - A patent search engine.
- Draxed - A web based MySQL and PostgreSQL data browser and dashboard manager.
- Jobinja - A Job Board and career platform operating in Iran.
- 滚蛋吧!莆田系 - Show all Putian hospital information
- Livestorm - Webinar / Live events app.
- Global-Exam - Online Training for Language Proficiency Tests
- SlugSurvival (⭐14) - A webapp that helps student better plan their courses (hobby project, not in affiliation with UCSC).
- GitRelease (⭐49) - Track github project's new release on mac menubar using vue.js with electron.
- 12BAY.VN - Applications online flight bookings.
- PLAYCODE.IO - Playground for Rapid Frontend Experiments.
- The Void Radio - Underground House Music Online Radio.
- Bitly Vue - Shorten URLs with VueJS & Bitly API.
- Storyblok - API Based/Decoupled CMS using VueJS for its frontend.
- Moving to HTTPS - Guide to moving different platform/hosting sites to HTTPS
- Booknshelf - Discover great books and bookshelves on different topics.
- Euronews - Euronews is a multilingual news media service, headquartered in Lyon, France.
- Roozame روزامه - Roozame is a Persian smart news media service.
- NinjaCalc - A suite of embedded engineering related calculators, built as an open-source single-page app with vue.js.
- 蒜瓣 (⭐60) - A web app developed with Vue2.0 and Douban API
- Guess Right - A 'guess the word' game - Written with Vue/vuex/vue-router (front-end) and Laravel/MySQL (back-end). Code is Open Source on GitHub (⭐2) (although not the live files that run the game at kdcinfo).
- GRAP - Business communication service
- JSON Schema Editor - An intuitive editor for JSON schema built with Vue.js and Firebase.
- Winsome Trivia - A single or multiplayer trivia game featuring over 2,000 unique questions built with Vue.js and powered by the Open Trivia Database.
- Moon Organizer - Lunar calendar app
- Flash-Vue - ‘Flashcards of the Future’ bring learning everywhere 🚀
- Kinderbesteck - A full Online Shop SPA with Vue2.0, Vuex, Vue Router
- Power Thesaurus - A crowdsourced online thesaurus
- Chattanosy - A community-powered database of new things and places in Chattanooga, TN.
- PAIXIN - A genuine picture sale website
- CodeBottle - Drag-and-drop snippets to your projects
- 1XBET - A betting company operating since 2007
- MyOwnTV - A streaming website for creating internet television
- CrowdCircus - Europe’s biggest crowdfunding- and crowdinvesting-aggregator
- ابیات ناب پارسی - A collection of Persian poems
- Ripplectron (⭐52) - Ripple(Blockchain coin) Wallet Desktop client for vue-electron
- Todoist Tribute (⭐220) - Todoist clone, written in Rails + Vue
- JSON Editor - A schema-aware JSON editor built with Vue2 and firebase.
- Develteam - A social network for indie game developers.
- Mixsii - A free video chat room site for teens, adults, family, and friends.
- PipQuest - A retro-style puzzle game built in Vue
- Matryx - A decentralized collaboration platform.
- iPrevYou - YouTube™ Player - A chrome app for watching youtube videos on your desktop.
- Item Manager - An application to transfer items for Destiny 2 game.
- Frontend Masters Intro to Vue - Frontend Masters full day course
- TR-101 - A drum synth / sequencer.
- Bazaar - Media sharing platform.
- Vectr - A free vector graphics software
- brain bits (⭐173) - A P300 online spelling mechanism for Emotiv headsets
- Coin Dashboard - The fully client-side cryptocurrency asset dashboard.
- Habitica - online task management application in the form of a role-playing game.
- MadeWithVueJs - A Gallery of Projects made with Vue.js (also the Site itself uses Vue.js)
- Thousand Ether Homepage - The Million Dollar Homepage reimagined as an Ethereum DApp. Build on Vue.js and open source.
- Let's Enchance - free online image upscale and enhancement with neural networks.
- Pi.TEAM - Online Invoicing and Accounting - Simple to use online accounting and invoicing, free for single users and freelancers.
- Vuethwallet (⭐59) - A simple app generate ethereum wallet with vuejs.
- Tipe - Next Generation API-first CMS. Create your content with powerful editing tools and access it from anywhere with a GraphQL or REST API. Stop letting your CMS decide how you build your apps.
- Vuethexplore (⭐33) - A simple app explore ethereum blockchain with vuejs.
- Fintechers - Fintech focused job board.
- Devjournal - Collaborative todo list for projects and ideas.
- Bubbleflat - Online platform that helps students and young Professionals find their perfect roommates by searching for people with similar lifestyles, interests, or schools. Laravel & Vuejs
- blip - Test websites for speed, mobile-friendliness, security and the HTML5 doctype. Find businesses around a location and test their websites en masse, or just test your own URL.
- sunpos - Sun position, elevation, azimuth, ecliptic/equatorial coordinates and sunrise/sunset time (Julian day) calculation and conversion utilities. Web site is programmed using pure JS, Vuejs and i18n Vuejs localization plugin. Visualization is created using D3.js.
- U3xyz - A personal blog base on vue ssr.
- 27.ua - Ukraine-based internet hypermarket
- Chess Guardian - Answer chess positional questions from your own games.
- Blackjack Break - A quick game of blackjack
- GameVix - Swap your used video game discs with others, hassle free. PWA with Material Design.
- VivifyScrum - Agile project management app for teams that deliver. Customizable Scrum and Kanban boards.
- 9GAG - Popular online platform and social media website
- Kitchen Stories - Cooking platform
- MailRabbit - Create, A/B test, and monitor transactional emails without a developer.
- Vue 资源精选 - great Vue components list, category, inline demo show and brief
- Cronhub - Painless Cron Monitoring Tool
- wrkprty - Pop-up coworking events for freelancers, remote workers, and professionals looking to get out of the office.
- V·oogle - Google.com, reVued. A joke-project. :)
- Broker Notes - 'Study to become a Real Estate Agent' 🏠
- SyncLounge - SyncLounge is a tool to sync Plex content across multiple players in multiple locations.
- HCE.it - The website of an Italian agency, entirely made with Vue using a Laravel-based headless CMS.
- Pages - Web design inspiration
- Scrumpy - A Beautiful Project Management Tool for Agile Teams
- Spektrum - The website of Spektrum Media Agency
- SPK The website of SPK Ecosystem
- IDDEF ☪️ The Federation of the Associations that Value Humanity's webpage, CMS, CRM and Donation and all e-commerce pages are designed with Vue.js, Vuex and pure JavaScript 🙏
- Roast an app built to help coffee enthusiasts find their next cup of coffee while learning about Laravel + Vue.js.
- YBR - Centralized YBS Public eComplaint Management System. (Full SPA)
- Myanpwel - The website of event ticketing platform.
- CryptoArte - An Ethereum art collection, non-fungible token, and Dapp.
- NAGA VIRTUAL - NAGA VIRTUAL is the first independent virtual goods market.
- Scroll.in - Scroll.in is an independent news, information, and entertainment venture.
- Akunyi - Charity Website
- What Would Mark Ruffalo Do? - Motivational website based on the story that Mark Ruffalo failed at several hundred auditions before finding success.
- Brandy - brand assets manager for your menu bar.
- NBC Sports - NBC Sports is a sports news website.
- WITHIN - Extraordinary stories in Virtual Reality.
- plottr.io - Plan your running and cycling routes
- beCamp - A community-organized tech conference in Charlottesville, VA. Website code is open-source.
- Trustpilot - a free and open to all review platform.
- Lagom - Simple, intuitive and fully responsive WHMCS theme
- ScoutMyTrip - Roadtrip Planner - Road trip planning app for India which helps travelers to build their itinerary, discover points of interest, find hotels, gas stations, food joints etc along the route.
- GamersClub - Biggest company of eSport community development in Brazil
- MIT - Official Website of Massachusetts Institute of Technology.
- Elvenar - Elvenar is a browser based fantasy city builder game.
- Beacon - 💙 A service that allows you to share your content across multiple websites.
- Artfinder - Artfinder is a website for buying & selling art paintings.
- Rolodromo - A spanish website dedicated to tabletop RPG.
- GitHubExplorer - Pure static page webapp for exploring GitHub. Using
Vuejs
andGitHub GraphQL API v4
.
- Keynote (⭐241) - Present with Vue.
- HappyPlants (⭐288) - A progressive web app for organizing your plants 🌱.
- Pocket Lists - World's friendliest to-do list app.
- Padlet - Collaborative bulletin boards
- Glovo - On-demand delivery
- MySigMail - MySigMail is a free, in browser, email signature generator without creating account
- Wordguru - A simple verbal game where you split into teams and try to guess as many keywords as you can.
- ApiFlash - A Chrome based screenshot API built on top of AWS Lambda for Developers
- Kitty Ipsum - Generate lorem ipsum composed of "meow" in different languages.
- Git Superstar - Count your git stars and top repositories.
- DECS - The decentralised all-in-one workspace to manage code snippets and to protect sensitive data.
- Asciiur - Internet's ascii art collection
- Tapestri Designer - Free tool to design PCR primers for genome sequencing experiments (NGS)
- Remote-Access-SSH (⭐11) - Web based remote host access with node-ssh
- Map Marker Generator - A Free Online Tool To Generate Custom Map Icons On The Fly
- Monocle Reader - Follow feeds, Twitter, YouTube, Blogs and everything else, all in one place.
- 前站导航 - 前端社区、文档收录.
- Geenes - Generate and apply color palettes to your UI, then export it to sketch or code.
- Blurrish - Encrypted Morning Pages journal for Mac/Windows, built with Vue and Electron. Blurs as you write so you can journal in public workspaces.
- ExifShot - What and how on photography, beautifully.
- Studolog - Online file sharing platform for students, including tester and reviews. Currently in Czech 🇨🇿 only.
- sum.cumo – Digital business models (with Vue as a tech stack centerpiece).
- Premium Poker Tools - What poker players use to study.
- QMK Configurator - Configure, Build, and Download Custom QMK Firmware from your browser.
- Worksome - Marketplace/platform for qualified it professionals and freelancers and companies looking to hire them.
- Translator-vuejs - Translation App built with Vuejs, Yandex API & ResponsiveVoice.js API.
- Big Timer - Fullscreen countdown timer for workshops, meetings and presentations. Big Timer helps workshop facilitators, meeting chairs, design sprinters, presenters and aspiring game show hosts stick to their program.
- Wirenook - Free online app for building responsive website wireframes. Hi- and Lo- Fidelity, project sharing and svg download.
- Kvalitetskontroll - Norwegian management system tailored for the construction industry.
- Poolside FM - A retro-style music player
- Inoreader.com - One of the biggest RSS readers and news aggregators out there.
- AwesomeTechStack - Website Tech Stack Analyzer
- massCode (⭐2k) - An open source code snippets manager for developers. Build with Electron, Vue and Monaco editor.
- ClipLeap - Platform for posting and sharing moments in long videos.
- RSVP Keeper - Online reservations made easy. Get your event up and running in no time. Made with Vue and Go.
- PNGK - Official website for a consultancy company working to find solutions for humanitarian, human rights and other like minded organizations.
- BMWUSA Vehicle Configurator - Vehicle Configurator for BMWUSA
- mumbasket - an ecommerce website with laravel and vuejs
- AtomicWallet - Multi-asset cryptocurrency wallet. Desktop and mobile apps both were built with Vue.
- Helpninja - Simple & fast help desk
- Todo DEV (⭐87) - A simple Todo App made for developers with Vuejs, Vuetify and the powerful Firebase.
- 36 Pixels - French agency website made with vue.js
- Vue Spotify (⭐475) - Spotify client built with vue.js / vuex
- temp-mail.io - Disposable temporary email service.
- Best-movies.watch - A website which allows to watch movies online for free without sign up
- Tune.pk - Tune.pk is one of the largest video sharing website with content from all over the world.
- Narrandum - Customer journey mapping tool built using Vue.js, Vuetify, and Feathersjs
- Keep Formula - Keep Formula is a simple app to make your calculations easier.
- tato music player - A mobile first, handwritten, responsive web app for music fans written in Vue and Vuetify.
- ChatterBoxes - For quick secret chat sessions
- goonlinetools.com - 100% Free Online Tools site.
- CMD Generators 命令行生成器 - Generate CMD by click buttons. Such as tar, ssh. 命令行参数多不熟悉? 点点按钮就能生成啦!
Resources / External Resources
- Vue.js 資料まとめ(for japanese) by @hashrock
Resources / Community
Resources / Youtube Channels
Resources / Tutorials
- 讲解 Vue.js 官网 中文-含代码、百度云、youtube on bhnddowinf
- 讲解 Vue.js 2 官网 中文-含代码、百度云、youtube on bhnddowinf
- Form Validation In VueJS Using Yup by Vijit Ail (May 2020)
Resources / Examples
- loopback-vue (⭐200) loopback+vue+vue-resource,ionic-app,vue page 分页功能,authenticate 权限控制,accesstoken 机制,credentials,CI,docker qxl1231
- NavigationTab with Vue-Redux and Plain VueJSX (⭐10) Navigation Tab with both plain Vue JSX and Vue + Redux Binding
- vue.js 与 laravel 结合的前后端分离开发模板 (⭐960)- A template website to laravel passport / Vue.JS & Element UI.
- Vue Online Shopping Mall (⭐1.4k) - A online shopping mall SPA demo, 基于 VUE 开发的前后端分离电子商城前端项目
- Nuxt with JWT authentication via OTP (⭐20) - A Nuxt.js boilerplate with basic register and OTP-enabled login functions.
Resources / Books
- Become a Ninja with Vue 3 by Cédric Exbrayat (English and French versions) (May, 2020)
Resources / Courses
- Become a Ninja with Vue 3 - This course teaches how to build a complete application with Vue 3, step by step, using Vue CLI, TypeScript and the Composition API. Each exercise comes with instructions and tests to check 100% of your code.
Projects Using Vue.js / Open Source
- AdminLTE-VueJS2 (⭐87) - An open source project that implements VueJS (v2.x) on AdminLTE.
- Bael Blog Template - A static generated blog template that uses Netlify CMS for the backend and Netlify for hosting. Features a brutalist aesthetic, fuzzy search, serverless email signup, and more.
Projects Using Vue.js / Commercial Products
- Wijmo - A collection of UI controls with VueJS support.
- ChatWoot - Livechat and agent collaboration over Facebook messenger.
- VueA - VueJS Admin template with multiple layouts and laravel version.
- Teleo - Team collab-app moving effortlessly between talking, planning & doing
- EducationLink - CRM and sales automation for education agents and colleges.
- Pragmatic v2.0 - Responsive and configurable admin template built with Vue.js and Element.
- Moonitor - Cryptocurrency tracker for Desktop.
- Deskree - Online collaboration platform that combines Ideas, Tasks, and Issues in one place.
- OSHCExpress - A comparison and ecommerce for OSHC (Overseas Student Health Cover) insurance (Australia's insurance for international students).
- Agiloo - Project Management app for Scrum and Kanban
- ScaffoldHub - Online Web App Generator for VueJS with NodeJS, and MongoDB or SQL.
- Commandeer - Cloud Management Reimagined. A Desktop cloud management app built with Vue.js and Electron.
- Mongster (⭐7) - Connect your Mongo DB nodes into one cluster within a control panel.
- Leave Dates - A powerful new way to track your staff leave.
- Time Door - A time series analysis API
- vREST NG - An enterprise application for Automated API Testing, built with VueJS and Element UI.
Projects Using Vue.js / Interactive Experiences
- web-riimote - Turn your smartphone into a 3D controller (source code (⭐480))
- CSS ColorVars - Interactive tool code generation (source code (⭐10))
- Nightlight During Conflict - Explore GIS data on nightlight output for countries in conflict.
- User Friendly Justice Data - Explore justice data from Morocco.
Projects Using Vue.js / Enterprise Usage
- Alibaba
- Baidu
- Sina Weibo
- Xiaomi
- Ele.me
- Optimizely
- Expedia
- UCWeb
- Line
- Nintendo
- Celtra
- DJI
- Octimine GmbH
- Hunliji
- Monito - Building the Booking.com for international money transfers
- Hypefactors - Software for data-driven PR professionals
- Adobe
- IBM
- Aromajoin - Develop the finest digital scent products based on the harmony of hardware, software and material technology.
Components & Libraries / Frameworks
- quasar-framework (⭐26k) - Quasar Framework. Build responsive websites, hybrid mobile Apps and Electron apps using same code, with VueJs 2.
- vue-material (⭐9.9k) - Material design for Vue.js.
- vuetify (⭐40k) - Material Component Framework for Vue.js 2.
- muse-ui (⭐8.2k) - Material Component library for Vue.js 2.
- buefy (⭐9.5k) - Components based on Bulma framework.
- element-ui (⭐54k) - A Vue.js 2.0 UI Toolkit for Web.
- vue-bulma-components (⭐159) - Easily use bulma class syntax with vue components.
- iview-ui - A Vue.js 2.0 UI Framework for web.
- v-semantic - Implementation of semantic-ui for Vue
- BootstrapVue (⭐15k) - Bootstrap v4 components and grid system for Vue.js.
- fish-ui - A Vue.js 2.0 UI Toolkit for Web
- zircle-ui (⭐938) - A frontend library to develop zoomable user interfaces.
- Material Components Vue (⭐303) - wrapper around material-components-web (⭐17k) for Vue.js
- VueFace (⭐83) - A Vue.js 2.0 UI Component library for Web
- vuecidity - UI component framework for Vue.js 2.0
- heyui (⭐2.6k) - (https://www.heyui.top/en) - A Vue.js 2.0 UI Toolkit for Web.
- Carvue.js - IBM's Carbon Design System for Vue.js
- Osiris UI - 🎨 A Vue.js 2.0 universal responsive UI component library
- N3-components (⭐1k) - Beautiful Web Components built with Vue 2
- Shards Vue (⭐393) - ✨ Sleek & UI Components Library based on the Bootstrap 4 Framework.
- Fundamental Vue (⭐197) - Components based on SAP Fiori Fundamentals.
- Framevuerk (⭐265) - 🚀 Fast, Responsive, Without Dependencies, Both Direction Support and Configurable UI Framework based on Vue.js.
- @Carbon/vue (⭐605) - Carbon Design System components from the @carbon team.
- vue-awesome-mui (⭐350) - A Vue.js 2.0 MUI Component for Web
- MDBootstrap (⭐960) - Powerful UI toolkit based on the latest Bootstrap 4 and Vue 2.6.10, providing a set of slick, responsive page templates, layouts, components and widgets to rapidly build responsive, mobile-first websites and apps.
- vue-material-adapter (⭐104) - Integration of Material Components for Vue.js which follows the best practices recommended by Google: Using Foundations and Adapters
- PrimeVue - The Most Complete UI Component Library for Vue
- CoreUI for Vue.js (⭐603) - CoreUI for Vue.js is a UI Component Library that offers a bunch of cross-browser, responsive, and lightweight Vue.js UI components.
- DaoStyle (⭐119) - A high quality component library built on Vue.js.
- Chakra UI Vue (⭐1.9k) - ⚡ A lightweight & customizable component library to help you build accessible Vue applications and sites with speed.
- vux (⭐18k) - [Chinese] Vue UI Components based on WeUI.
- vue-onsenui (⭐8.8k) - 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.
- Weex - Weex provides the ability to publish cross platform, so web, Android, and IOS apps can use the same API development functions.
- weex-eros (⭐143) - [Chinese] Eros is a app solution based on Weex and Vue, which enables you to use API of Vue, simple and quick development of small and medium app.
- mint-ui (⭐17k) - Mobile UI elements for Vue.js.
- vant (⭐23k) - A Vue.js 2.0 Mobile UI From YouZan.
- cube-ui - A fantastic mobile ui lib implement by Vue.js 2.
- mand-mobile - A mobile UI toolkit, based on Vue.js 2, designed for financial scenes.
- NutUI (⭐6.1k) - A Vue.js 2.0 UI Toolkit for Mobile Web
- vue-mdc (⭐1.2k) - Material Components Web for Vue.js.
- keen-ui (⭐4.1k) - A lightweight collection of essential UI components written with Vue and inspired by Material Design.
- vue-admin (⭐9.4k) - Vue Admin Panel Framework, Powered by Vue 2.0 and Bulma 0.3.
- vuikit (⭐1.5k) - UIkit with all the power of Vue.
- wffranco/vue-strap (⭐338) - Bootstrap 3 components built with Vue.js 2
- jsmod-vue-pc (⭐72) - Highly scalable web components for vue 2.0
- guilhermewaess/SemVue (⭐34) - Semantic-ui Modules implemented with Vue 2
- office-ui-fabric-vue (⭐273) - Office UI Fabric implementation for Vue.js
- Semantic UI Vue (⭐935) - Semantic UI integration for Vue
- vuesax (⭐5.6k) - Frontend vue Components for Vue.js.
- Banshee (⭐87) - A mostly renderless Vue UI component and utility framework that ships with no CSS.
- vue-atlas (⭐180) - A library of beautiful Vue components.
- DevExtreme Vue Components (⭐264) - 65+ responsive and feature-complete Vue UI components with customizable Material Design and Bootstrap compliant themes.
- jqwidgets - 70+ Vue.js 2.0 UI Components with Material Design themes.
- vue-uix (⭐16) - UI collection for web page implementation in Vue.js
- vuedarkmode (⭐1.1k) - A Minimalist Dark Design System for Vue.js 🎨
- Kendo UI for Vue – Over 70 UI components, including a Grid, built for business applications. Fully responsive with support for several Design Languages including Material Design and Bootstrap.
- Vuent (⭐277) - Vue.js components implementing Microsoft Fluent Design
- bpit/vue (⭐15) - Vue components lib which is focused on effects
- vue-tailwind (⭐2.1k) - Vue components with customizable classes ready for TailwindCSS, but compatible with any framework.
- Equal UI (⭐0) - Vue UI kit based on TypeScript 🧬
- slim-ui (⭐61) - Minimal UI components based on Vue.js
- Vue Component Development Kit (⭐85) - Unstyled, highly tested and flexible Vue components/mixins/plugins.
- iView Vue Admin (⭐106) - iView Vue Admin / An admin portal template based on iView 2.x Online Demo
- element Vue Admin (⭐77) - element Vue Admin / An admin portal template based on Element UI 2.x
- vue-element-admin (⭐87k) - A magical vue admin based on Element UI 2.x Online Demo
- D2 Admin (⭐13k) - An elegant backstage template build by vue Online Demo
- rest-admin (⭐623) - Restful Admin Panel Based on Vue and Bootstrap 4 Online Demo
- Shards Dashboard Lite Vue (⭐390) - ✨ Modern admin template featuring dozens of custom components and templates.Online Demo
- Vue Material Admin (⭐2.3k) - A vue material design admin template Online Demo
- element-admin (⭐34) - A dead simple but powerful vue admin with Vue CLI 3 and element-ui.Online Demo
- dashboard (⭐552) - A dashboard scaffolding based on vue.js created by vuejs/vue-cli 4.x. Online Demo
- Nuxt.js (⭐54k) - Versatile Vue.js Framework.
- Ream (⭐598) - A minimalistic framework for building server-rendered and static websites.
- Universal vue (⭐127) - Vue CLI plugin to create universal Vue applications with ease
- Factor Platform (⭐1.4k) - An extension-driven VueJS platform (Factor.dev → Docs)
- Vapper - A Vue-based server-side rendering framework.
- VuePress (⭐22k) - Minimalistic Vue-powered static site generator.
- Peco (⭐209) - A static website generator for humans. UNMAINTAINED
- Gridsome (⭐8.5k) - Build super fast, modern websites with Vue.js
- Servue (⭐59) - Server-side rendering engine that renders vue files into html strings.
Components & Libraries / UI Layout
- vue-waterfall (⭐2.2k) - A waterfall layout component for Vue.js.
- vueisotope (⭐345) - Vue component for isotope filter & sort magical layouts.
- vue-grid-layout (⭐7k) - A draggable and resizable grid layout, for Vue.js.
- vue-drag-zone (⭐129) - Drag Zone component for Vue.js(2.x).
- vue-masonry (⭐670) - Vue.js directive for masonry blocks layouting.
- vue-fraction-grid (⭐85) - Flexbox based responsive fraction grid system for Vue.js.
- vue-virtual-scroll-list (⭐4.3k) - A vue (2.x) component support big data by using virtual scroll list.
- vue-virtual-scroller (⭐9.3k) - Component to scroll a large amount of elements efficiently (Vue 2.x).
- vue-virtualscroll (⭐15) - [Vue 2.x] component to virtual scroll things.
- vue-inview (⭐102) - [Vue 2.x] Viewport, get notification when DOM element is entered or leave.
- dnd-grid (⭐306) - A vuejs grid with draggable and resizable boxes
- vue-extend-layout (⭐131) - Extend the default layout or create custom layouts for the pages of your Vue.js SPA
- vue-masonry-css (⭐473) - Vue.js Masonry layout component powered by CSS, dependency free.
- vue-fullpage.js (⭐1.8k) - Official fullPage.js component for Vue.js.
- vue-virtual-collection (⭐642) - Vue component for efficiently rendering large collection data.
- autoresponsive-vue (⭐142) - Auto responsive grid layout library for Vue.
- VueFlex (⭐13) - A flexbox grid system.
- v-chacheli - A Vue.js component to create and display custom dashboard-like grid layouts.
- vue-grid-styled (⭐17) - A lightweight set of functional grid components, ported from React's grid-styled (⭐2k)
- simple-grid (⭐24) - Vue component for grid layout,support flex.
- vue-container-component (⭐2) - Simple container component inspired on Bootstrap Container
- vue-colcade (⭐20) - A small wrapper for integrating Colcade grid layout to Vuejs.
- vue-ads-layout (⭐28) - A small library of Vue components to quickly generate a responsive web application layout with toolbar, left/right drawers and a footer. All components can be positioned fixed or relative.
- vue-magic-grid (⭐178) - A tiny port of Magic Grid for Vue.js 2.
- splitpanes (⭐1.8k) - A Vue JS reliable, simple and touch-ready panes splitter / resizer.
- vue-mock-layout (⭐7) - Easily mock the layout of your Vue apps.
- vue-simple-drawer (⭐58) - A tiny drawer panel with bounced animation, nest supported and theme customized. directions: left/right/up/down
- vue-grd (⭐43) - Simple, Light-weight and Flexible Vue.js component for grid layout.
- vue-masonry-component (⭐8) - A Vue.js component wrapping masonry layout library.
- vue-smart-widget (⭐186) - Smart widget is a flexible and extensible content container component for Vue.js 2.x.
- vue-colrow (⭐7) - Responsive grid layout components: Row, Col. Based on css flexbox. Support SSR, fixed or fraction width, auto grow Col.
- vue-diagonal (⭐7) - Simple and light-weight component to create diagonal elements.
- vue-responsive-dash (⭐258) - A Responsive, Draggable & Resizable Dashboard (grid) made with vue and typescript.
- vue-masonry-wall (⭐213) - A pure vue responsive masonry layout without direct dom manipulation, ssr friendly and lazy loading.
- vue-horizontal-list (⭐180) - A pure vue responsive horizontal list layout with ssr support, mobile and touch friendly.
Components & Libraries / UI Components
- vuetable-2 (⭐2.2k) - Data table simplify.
- vue-tables-2 (⭐1.5k) - Vue.js 2 grid components.
- vue-data-tables (⭐1k) - Vue2.0 DataTables, based on element-ui.
- vue-floatThead (⭐25) - Vue 2.0 component for floatThead, a floating & sticky table header plugin.
- vuetiful-datatable (⭐488) - Datatable component with sorting, filtering, pagination, grouping and aggregation.
- vue-materialize-datatable (⭐179) - VueJS datatable for Materialize CSS
- vue-good-table (⭐2.1k) - An easy to use, VueJS (2.x) table plugin with sorting, column filtering, pagination etc.
- vue-grid (⭐114) - A flexible grid component for Vue.js
- vue-easytable (⭐3.7k) - A powerful table components based on Vue2.x
- vue2-datatable-component (⭐882) - The best Datatable for Vue.js 2.x which never sucks
- vue-js-grid (⭐953) - Vue.js 2.x responsive grid system with smooth sorting, drag-n-drop and reordering
- vue-handsontable-official (⭐745) A Vue.js wrapper for the Handsontable spreadsheet component
- vue-grid (⭐25) - A powerful flexbox grid system for Vue.js 2.x, built with inline-styles
- vue-data-tablee (⭐42) - Based on vue-good-table, a simple and pretty table component
- vue-scrolling-table (⭐120) - Simple table component with flexbox sizing, scrolled table body (horizontal and vertical), slots for all tr/th/td rendering.
- el-search-table-pagination (⭐306) - Combines Form, Table and Pagination components of Element UI together. Based on Vue 2.x.(Detail)
- vue-crud-x (⭐460) - Extensible crud component using Vuetify layout, other than the usual page, sort, filter, it is able to do nested CRUD, custom forms, filters, operations.
- Vue Datatable (⭐631) - VueJS powered Datatable with Laravel server-side loading and JSON template setup
- v2-table (⭐100) - A simple table component based Vue 2.x.
- vue-cheetah-grid (⭐1.4k) - A high-performance grid engine that work on a canvas for Vue.js.
- vue-table-component - A straight to the point Vue component to display tables.
- @lossendae/vue-table - Simple table component for Vue.js 2.x with pagination and sortable columns.
- el-data-table (⭐486) - base on element-ui, makes crud easily
- DevExtreme Vue Grid - High-performance plugin-based Vue data grid for Bootstrap.
- @marketconnect/vue-pivot-table (⭐225) - A vue component for pivot table
- vue-teible (⭐56) - Lightweight and flexible table component for the web ⚡
- vue-jqxgrid (⭐61) - Vue data grid with filtering, sorting, editing, grouping, data export and other features.
- vue-jqxpivotgrid (⭐61) - Vue pivot data grid with pivot designer, drill through cells, pivot functions.
- toast-ui.vue-grid (⭐51) - Vue Wrapper for TOAST UI Grid.
- vueye-datatable (⭐112) - Vueye data table is a responsive data table component based on Vue.js 2, it organizes your data per pages in order to navigate easily.
- vue-sorted-table (⭐33) - A plugin to turn tables into sorted tables. Supports nested object keys, custom icons and reusable components.
- vue-bootstrap4-table (⭐220) - An advanced data table based on Vue 2 and Bootstrap 4, which includes Multi column filtering, Multi column sorting, Pagination & Info, Checkbox rows and Highly customizable slot options.
- vuejs-smart-table (⭐218) - Straight Forward Table Component using the vanilla HTML Table Structure with Sorting, Filtering, Pagination and Selection out of the box.
- vue-jd-table (⭐76) - Advanced and flexible data table component for Vue 2. Feature Rich: search, filtering, exporting, pagination (traditional and virtual scroll) and so much more!
- iview-table-page (⭐8) - Combines Table and Page components of iview UI together. Based on Vue 2.x. And Hear are some examples to use iview-table-page.
- fancy-grid-vue (⭐204) - Vue adaptor for FancyGrid.
- vue-table-dynamic (⭐169) - A dynamic table with sorting, filtering, editing, pagination, multiple select, etc.
- vue-notifications (⭐698) - Vue.js agnostic non-blocking notifications library.
- vue-easy-toast (⭐119) - A toast plugin for vue/vue2.
- vue-toasted (⭐2.2k) - Responsive Touch Compatible Toast plugin for VueJS.
- vue-notifikation (⭐7) - Vue.js notification plugin.
- vue-notification (⭐2.4k) - Vue.js 2+ notification plugin using
Velocity
for animations.
- vs-notify (⭐142) - Tiny but powerful notification component with no dependencies.
- vue2-notify (⭐33) - Vue.js 2+ notification plugin.
- vue-notifyjs (⭐170) - Minimalist, 3kb themable notification plugin
- vueup (⭐108) - Simple, lightweight and elegant global notification popup for Vue.js
- vuex-flash (⭐53) - Flash message component for VueJS 2.x within Vuex 2.x.
- vue-snotify (⭐793) - Vue.js 2 Notification Center
- vue-notify-me (⭐139) - Stackable notification Alert for Vue
- vue-noty (⭐156) - A Vue.js 2 wrapper around Noty
- vue-flash-message (⭐88) - Simple yet flexible notification plugin
- vue-awesome-notifications (⭐104) - Lightweight Vue.js notification library with advanced async support.
- vue-izitoast (⭐133) - A Vue.js 2 wrapper around IziToast.
- vue-toastr-2 (⭐15) - Simple toast notifications for Vue.js built on toastr (⭐12k)
- vue-snack (⭐36) - A Vue.JS plugin for Snackbars based on Google Material.
- vue-m-message (⭐179) - A message plugin for vue.
- vue-notification-bell (⭐67) - A Vue UI component for showing notifications.
- v-tostini (⭐13) - Really plain toast notifications mechanism for Vue.js 2.x. No CSS included.
- vue-toast-notification (⭐619) - Yet another Vue.js Toast notification plugin.
- VueToastify (⭐227) - A fuss free notification component.
- vue-toastification (⭐3.1k) - Light, easy and beautiful toasts for Vue
- @smartweb/vue-flash-message (⭐72) - The component to display single flash message or multiple flash messages to user
- vue-notification (⭐30) - A clean & nice notification system with Material Design style with a queue 🆕
- Breadstick (⭐120) - 🚀 A simple and flexible positioning, stacking and dismissal API for your custom Vue notifications.
- vue-radial-progress - Radial progress bar component for Vue.js.
- vue-simple-spinner (⭐427) - A simple, flexible spinner for Vue.js
- vue-wait (⭐2k) - Complex Loader Management for Vue/Vuex and Nuxt applications.
- vue-progress-path (⭐423) - Customizable progress indicators and spinners that support any custom SVG path.
- vue-blockui (⭐58) - BlockUI for vue 2, similar to jquery blockUI, can be used for loading screen.
- epic-spinners (⭐3.8k) - Easy to use css spinners collection with vue.js integration.
- svg-progress-bar (⭐114) - A simple progress bar for Vue.js.
- vue-loading-overlay (⭐1.2k) - Tiny full screen loading indicator
- vue-loaders (⭐176) - vue wrappers for loaders.css (⭐10k)
- vue-promise-btn (⭐173) - Tiny and powerful tool for asynchronous buttons(or any other tag) lock with fancy built-in spinner
- vue-spinkit (⭐109) - 🌈 A collection of loading indicators animated with CSS for VueJS
- vue2-form-loading (⭐13) - A VueJS directive can be used with forms in order to disable submit button while the next page is loading
- vue-element-loading (⭐321) - ⏳ Loading inside a container or full screen for Vue.js
- tb-skeleton (⭐92) - A skeleton screen loading for Vue.js
- vue-spinners (⭐317) - 💫 A collection of loading spinner components for Vuejs
- vue-progress-bar (⭐9) - This is a cascading progress bar plugin based on vue
- vue-loading-button (⭐44) - 👇 Straightforward button with slideout loading indicator
- vue-loading (⭐21) - 🔄 Block page while requesting API
- vue-preloaders (⭐41) - Attach your preloader at any time, to any element easily and quickly
- vue-ellipse-progress (⭐353) - A flexible Vue.js component to create beautiful animated circular progress bars and loaders
- vue-progressbar (⭐1.5k) - A lightweight progress bar for vue.
- vue2-loading-bar (⭐269) - Simplest Youtube Like Loading Bar Component For Vue 2.
- vue-top-progress (⭐252) - Yet another top progress loading bar component for Vue.js.
- vue-nprogress (⭐184) - Progress bars is based on nprogress for Vue.
- vue-progress-button (⭐75) - Vue.js 2.x animated button component.
- vue-simple-progress (⭐93) - A simple, flexible progress bar for Vue.js
- vue-component-loading (⭐16) - Manage a loading state inside each component and display the global loading state with a progressbar.
- vue-scroll-progress (⭐98) - Simple Vue.js plugin for page scroll progress bar
- vue-read-progress (⭐40) - Customizable progress bar at the top of the page that shows the scroll progress
- easy-circular-progress (⭐121) - Easy circular progress component with counting effect
- vue-twitter-counter (⭐35) - Counter component inspired in Twitter with Vue
- v-tooltip (⭐3.3k) - Easy tooltips with Vue 2.x.
- vue-popper-component (⭐46) - Popper.js directive for Vue.js.
- vue-directive-tooltip (⭐174) - Simple, flexible tooltip directive (based on Popper.js)
- k-pop (⭐15) - Simple popover component based on popper.js. Highly customizable. Comes with themes. Supports custom triggers and can listen to any event.
- vue-parallax (⭐85) - Scrolls an image slower than the window to create a neat optical effect.
- vue-parallaxy (⭐638) - Vue.js component for parallax image scroll effects.
- vue-mouse-parallax (⭐86) - A simple to use Mouse Parallax Component - Made with Vue.js
- vue-parallax-js (⭐121) - Tiny vue component that adds a directive for parallax effect on elements.
- vue-parallax-view (⭐9) - Create a composite control that displays different images that react to the mouse movement to create a depth effect
- vue-awesome (⭐2.4k) - Font Awesome component for Vue.js, using inline SVG.
- vue-icon-font (⭐26) - A iconfont plugin for Vuejs (support Font-class and Symbol).
- vue-ionicons (⭐96) - Vue Icon Set Components from Ionic Team.
- vue-ico (⭐18) - Dead easy icons for Vue with drop-in browser support & selective bundling
- mdi-vue (⭐88) - Material Design Icon components for Vuejs
- vue-fontawesome (⭐2.4k) - Font Awesome 5 Vue component
- g-icon (⭐12) - Simple icon component for your svg icons (compatible with Font Awesome-like font toolkits)
- vue-simple-line-icons (⭐17) - Simple Line Icons component for Vuejs
- vue-country-flag (⭐167) - Vue component for country flag icons
- vicon (⭐5) - Vicon is an simple iconfont component for vue.
- vue-lang-code-flags (⭐12) - Vue component which shows the flag of the country from which the language comes from
- vue-zondicons (⭐19) - Vue component for the beautiful Zondicon svg icons
- vue-eva-icons (⭐196) - Simply beautiful open source eva icons as Vue components.
- vue-unicons (⭐994) - 1000+ Pixel-perfect svg unicons for your next project as Vue components.
- vue-fa (⭐24) - Simple FontAwesome 5 Vue.js 2 component.
- vue-cryptoicon (⭐99) - Beautiful pixel perfect 400+ cryptocurrency and 10+ Fiat currency icon.
- vue-hero-icons (⭐100) - A set of high-quality SVG icons, sourced from @refactoringui/heroicons (⭐21k), as Vue functional components.
- vue-heroicons (⭐5) - Vue component for 104 premium Heroicons UI (⭐2.1k) svg icons
- vue-accordion (⭐171) - Simple accordion nav menu component for Vue.js.
- vue-js-dropdown (⭐464) - Vue.js 2 dropdown menu component. Light, easy to use and extend, no external deps.
- vue-slideout (⭐156) - Vue implementation of the popular library slideout (⭐7.9k)
- vue-quick-menu (⭐221) - This is web navigation component base on vue.js2.
- @hscmap/vue-menu (⭐262) - Menu / Context Menu component for vue2.
- vue-router-nav (⭐31) - Minimalistic responsive navigation bar that renders routes of vue-router.
- vue-drawer-layout (⭐408) - A simple DrawerLayout component like Android has for Vue.js.
- vue-tree-navigation (⭐160) - Vue.js 2 tree navigation with vue-router support
- bp-vuejs-dropdown (⭐49) - Vuejs => 2 dropdown. Easy to use, no external, optional.
- vue-bulma-accordion (⭐35) - Simple, easily configurable accordion or collapsible styled with Bulma custom or built in icons available
- v-selectmenu (⭐187) - A simple, easier and highly customized menu solution for Vue2.
- vue-burger-menu (⭐767) - An off-canvas sidebar Menu component with different CSS animations.
- vue-dynamic-dropdown (⭐39) - A Highly Customizable, easy-to-use elegant dropdown component
- vue-navigation-bar (⭐186) - A simple, pretty navbar for your Vue projects.
- vue-simple-search-dropdown (⭐96) - A simple searchable input dropdown component with no external dependency
- vue-menu-aim (⭐7) - Menu triangle select, aka Amazon
- vue-stripe-menu (⭐536) - Creating a navigation menu with animations like on Stripe
- vue-burger-button (⭐42) - A pretty simple Vue functional component for menu burger buttons.
- @satmaxt/sidebar-menu-drawer (⭐8) - A simple interactive sidebar menu drawer and easy to implement
- minus-plus-input (⭐14) - A number input with plus minus; included for Vue.js v1 and v2.
- vue-integer-plusminus (⭐18) - Integer input with increment and decrement buttons for vue 2.
- vue-numeric-input (⭐77) - Number input component with controls.
- vue-easy-slider (⭐355) - Slider Component of Vue.js.
- vue-l-carousel (⭐55) - A responsive carousel(namely slider or swiper) component for Vue.js v2.x+.
- vue-awesome-swiper (⭐13k) - Swiper(slide) component for Vue.js(1.x ~ 2.x).
- vue-lory (⭐40) - Vue Slider Component based on lory.
- vue-slick (⭐613) - Vue component for Slick-carousel.
- vue-flickity (⭐375) - A Vue Component for Flickity.js.
- vue-carousel-3d (⭐967) - Vue Carousel 3D - Beautiful, flexible and touch supported 3D Carousel for Vue.js.
- vue-carousel (⭐1.7k) - A flexible, responsive, touch-friendly carousel for Vue.js.
- vue-coverflow (⭐118) - A vue2.x coverflow component.
- vue-agile (⭐1.5k) – A carousel component inspired by Slick, written in Vue.js and vanilla JS only.
- vue-tiny-slider (⭐136) – A carousel component created by ganlanyuan, written in Vue.js. No jQuery. Works in IE8+.
- vue2-text-swimlane (⭐73) - A Text Swimlane plugin for Vue.js
- vue-picture-swipe (⭐396) - Vue Picture Swipe Gallery (a gallery of image with thumbnails, lazy-load and swipe) backed by photoswipe.
- vue2-siema - Plugin wrapper for the very tiny Siema carousel/slider library.
- vue-flux (⭐532) - Image slider which comes with 20 cool transitions.
- vue-glide (⭐269) - Vue slider & carousel component on top of the Glide.js (⭐7.2k)
- vue-owl-carousel (⭐166) - Vue component for Owl Carousel 2
- vueper-slides (⭐565) - A touch ready and responsive slideshow / carousel for Vue JS.
- Hooper (⭐714) - Customizable accessible carousel slider optimized for Vue
- Lingallery (⭐59) - Simple image gallery component for Vue which displays a large image with thumbnails below
- vue-piece-slider (⭐95) - Animated slides in a fragmented look
- vue2-photo-carousel (⭐3) - A photo carousel component for Vue2
- vue-netflix-slider (⭐64) - A Netflix like slider.
- vue-pswipe (⭐106) - Easy to use, no need to set the size, support rotation, photoswipe based vue swipe plugin
- vue-cat-carousel (⭐14) - Lightweight, simple and customizable for Vue Js
- slither-slider (⭐37) - Carousel for images, videos, or components. Throw pretty much anything you want at it.
- vue-slick-carousel (⭐809) - A carousel with slick features & SSR support written for faster Luxstay
- @jfm/vue-carousel (⭐1) - A Vue carousel component.
- vue-morris (⭐234) - VueJS component wrapping Morris.js.
- vue-chartjs (⭐5.5k) - Vue.js wrapper for Chart.js.
- vue-echarts (⭐9.6k) - ECharts component for Vue.js.
- vuetrend (⭐1.2k) - Simple, elegant spark lines for Vue.js.
- vue-highcharts (⭐413) - Highcharts component for Vue.
- vue-echarts-v3 (⭐903) - Vue.js(v2.x+) component wrap for ECharts.js(v3.x+).
- vue-chartist (⭐40) - Vue.js 2.0 component wrap for Chartist.
- vuebars (⭐440) - Simple, elegant spark bars for Vue.js.
- vue-d3-network (⭐511) - Vue component to graph networks using d3-force
- vue2vis (⭐217) - Vue2 wrapper for Visjs.
- vue-c3 (⭐79) - A reusable vue component for c3 charts
- vue-d2b (⭐35) - Vue components for d2b charts. (Including axis, pie, sankey, and sunburst charts)
- VueChart (⭐24) - A very simple Vue wrapper for Chart.
- vue-chartkick (⭐748) - Create beautiful JavaScript charts with one line of Vue
- d3vue (⭐91) - A D3 Plugin for Creating Reactive Data Visualizations in VueJS
- vue2-frappe - A simple wrapper around Frappe Charts for VueJS
- vue-google-charts (⭐445) - Reactive Vue.js wrapper for Google Charts lib
- vue-graph (⭐128) - Data visualization library for dashboard implementation in Vue.js
- vue.d3.sunburst (⭐62) - Reactive sunburst component based on D3.js
- v-chart-plugin (⭐198) - A customizable component for adding D3 charts that binds to your components data.
- vue-jqxchart (⭐61) - Charting component with Pie, Bubble, Donut, Line, Bar, Column, Area, Waterfall, Polar & Spider series.
- toast-ui.vue-chart (⭐51) - Vue Wrapper for TOAST UI Chart.
- vue-apexcharts (⭐1.3k) - Vue.js component for ApexCharts (⭐14k).
- vue-doughnut-chart (⭐29) - Doughnut chart component for Vue.js.
- v-charts (⭐6.8k) - Chart components based on Vue2.x and Echarts.
- vue-css-donut-chart (⭐130) - Lightweight Vue component for drawing pure CSS donut charts.
- vue-trend-chart (⭐260) - Simple trend charts for Vue.js
- vueplotlib (⭐22) - Declarative, interactive, linked plot components
- vgauge (⭐51) - A Vue Wrapper to GaugeJS - Create beautiful gauges
- vue-plotly (⭐255) - Wrapper for plotly.js declarative charting library that ships with 20 chart types, including 3D charts, statistical graphs, and SVG maps.
- vue-funnel-graph-js (⭐216) - Funnel graph drawing library for Vue.js. Create vertical and horizontal animated SVG funnel charts and add labels, values, legend and other info.
- pure-vue-chart (⭐66) - Lightweight vue charts implemented without any chart library dependencies
- f2-vue (⭐10) - Vue wrapper of f2 - elegant, interactive and flexible mobile chart library
- ZingChart-Vue (⭐26) - Vue component made by ZingChart with 35+ chart types.
- jscharting-vue (⭐57) - Vue chart component offering a complete set of chart types and engaging data visualizations with JSCharting.
- flowchart-vue (⭐340) - Flowchart & Flowchart designer component for Vue.js.
- vue-timeago (⭐729) - A tiny timeago component for Vue.
- vue-moment-jalaali (⭐57) - Jalaali Moment.js filters for your Vue.js project.
- vue-countdown-timer (⭐23) - Added timezone conversion support.
- vue-analog-clock-range (⭐52) - Analog clock range to show time difference.
- vue-moment-lib (⭐30) - A simple Vue.js 2.0 MomentJS library (filters & globals) using the same momentjs API.
- vuejs-countdown (⭐104) - A simple countdown timer component for vue js 2.0
- vue2-flip-countdown (⭐230) - A countdown timer with flip effect for Vue 2.x
- timeline-vuejs (⭐125) - A minimalist timeline for Vue
- vue-awesome-countdown (⭐191) - Countdown plug-in with high performance and high accuracy for Vue 2.5.0+. Official site: https://vac.js.org
- vue-clock2 (⭐88) - Display clock component for Vue.
- vuemodoro (⭐39) - Pomodoro timer as single file Vue component.
- digital-clock-vue (⭐10) - ️A digital clock simulation build on Vue.
- bs-vue-timeline (⭐10) - An alternative responsive boostrap-vue timeline
- simple-vue-timeline (⭐23) - A simple but customizable and reactive timeline vue component
- vue-moment (⭐1.3k) - Handy Moment.js filters for your Vue.js project.
- vue-fullcalendar (⭐1.5k) - Vue calendar fullCalendar. No jQuery required. Schedule events management.
- vue-event-calendar (⭐636) - A simple events calendar for Vue2, no dependencies except Vue2.
- vue-calendar-picker (⭐46) - Lightweight calendar component for events display, period selection and date picker.
- vue-lunar-calendar (⭐70) - A vue component for lunar calendar. Uses Moment.js for date operations.
- vue-jlunar-datepicker (⭐59) - A Chinese lunar datepicker component with festivals and solar terms.
- vue-full-calendar (⭐482) - A complete fullcalendar.io wrapper for both Vue 1 and 2
- v-calendar (⭐4.3k) - Animated calendar/datepicker that displays regions, indicators and day popovers for simple & recurring dates.
- vue-infinite-calendar (⭐15) - A simple infinite calendar implementation for Vue 2
- vue-calendar (⭐45) - A simple calendar components for Vue 2.1.5+, support custom content. No dependencies.
- vue2-event-calendar (⭐76) - An events calendar for Vue2, support customize event items and calendar header.
- vue2-datePicker-infinite (⭐16) - An infinite datePicker for Vue2, easy to use and no dependencies.
- quasar-calendar (⭐270) - A vue.js calendar using the Quasar framework that implements monthly, multi-day and agenda views.
- vue2-datepicker (⭐1.5k) - A beautiful datepicker / datetimepicker component for Vue2
- vue-pikaday (⭐38) - VueJS wrapper component for Pikaday (⭐8k) datepicker
- vue-tuicalendar (⭐133) - VueJS wrapper component for tui.calendar (⭐12k) calendar
- vue-jqxscheduler (⭐61) - VueJS Scheduler component.
- toast-ui.vue-calendar (⭐195) - Vue Wrapper for TOAST UI Calendar.
- vue-functional-calendar (⭐467) - Lightweight, high performance calendar component(Date Picker, Date Range) based on Vue.
- vue-cal (⭐1.2k) - A Vue JS full calendar, no dependency, no BS. 🤘.
- vue-material-year-calendar (⭐125) - A full year (12 months on a page) calendar for Vue2. Uses dayjs.
- vuelendar (⭐74) - Simple and clean calendar written in VueJS
- vue-date-tools (⭐12) - Most lightweight VueJS Date picker & Daterange picker using date-fns and no other dependencies
- vue2-google-maps (⭐1.9k) - Google maps component for vue with 2-way data binding.
- vue2-leaflet (⭐2k) - Vue 2 components for Leaflet maps.
- vue-mapbox-gl (⭐270) - Vue 2.x component for Mapbox GL JS
- vue-yandex-maps (⭐357) - Vue 2.x component for Yandex Maps
- vue-baidu-map (⭐2.4k) - Vue 2.x component for Baidu Maps.
- vue-choropleth (⭐117) - Vue 2.x component to display a choropleth map.
- vuelayers (⭐680) - Vue 2 components to work with OpenLayers.
- vue-googlemaps (⭐530) - Vue 2.x components to integrate Google Maps.
- vue-static-map (⭐24) - Vue 2.x simple component to generate an static google map
- vue-mapbox (⭐469) - Vue 2.x wrapper around Mapbox GL JS library that provides vueish-way to interact with the map.
- vue-async-gmaps (⭐3) - Let users decide to load google-maps script for better privacy
- Vue-APlayer (⭐1.3k) - 🍰 Easy-to-config music player for Vue 2.x.
- vue-audio (⭐179) - audio-tag wrapper; sound player component for Vue 2.x
- vue-dplayer (⭐624) - A Vue 2.x video player component based on DPlayer.
- vue-canvasvideo (⭐41) - A Vue 2.x component for video backgrounds and autoplay video on iOS/Safari.
- vue-music (⭐27) - A Vue component base on html5
<audio>
.
- vue-audio-visual (⭐706) - Vue HTML5 audio visualization components.
- vue-plyr (⭐765) - A set of Vue components for the plyr video & audio player.
- v-playback (⭐18) - A Vue2 plugin to make video play easier.
- vue-audio-recorder (⭐494) - Audio recorder for Vue.js. It allows to create, play, download and store records on a server
- vue-video-section (⭐33) - A simple video header/section component for Vue. Good for video backgrounds and overlaying content on them.
- vue-waveform (⭐37) -It is use canvas waveform audio player wavesurfer component contains timeline bar line for Vue 2.x
- vue-responsive-video-background-player (⭐289) - Play your own videos in background responsively in different resolutions.
- vue-h5-audio-controls (⭐10) - A simple h5 music controller for Vue.
- xns-audio-player-simple (⭐9) - A light and customizable Vue 2.x audio player powered HTMLAudioElement.
- vue-core-video-player (⭐461) - A Lightweight Video Player For Vue.js
- vue-player (⭐23) - A simple html5 video player with img placeholder for Vue 2.x.
- vue-audio-better (⭐136) - Easy to create custom audio player components for Vue 2.x. A progress bar with soul.
- vue-sounds (⭐12) - Easy to add sounds to your components.
- vue-infinite-loading (⭐2.6k) - An infinite scroll plugin for Vue.js 1.0 & Vue.js 2.0.
- vue-mugen-scroll (⭐542) - Infinite scroll component for Vue.js 2.
- vue-infinite-scroll (⭐2.9k) - An infinite scroll directive for vue.js.
- vue-loop (⭐820) - An infinite content loop component for Vue.js 2.
- vue-scroller (⭐1.8k) - An infinite content loop component for Vue.js 2, including functionalities such as 'pull-to-refresh', 'infinite-loading', 'snaping-scroll'.
- vue-infinite-list (⭐27) - An infinite list mixin can recycle dom for Vue.js 2
- vue-infinite-slide-bar (⭐241) - ∞ Infinite slide bar component.
- vue-virtual-infinite-scroll (⭐51) - A vue2 component based on Iscroll, supports big data list with high performance scroll, infinite load and pull refresh.
- @egjs/vue-infinitegrid (⭐2.2k) - Arrange infinite card elements according to various layout types like masonry for Vue.js 2.
- vue-pull-refresh (⭐141) - A pull to refresh component for Vue.js 2.0.
- vue-data-loading (⭐63) - Another component for infinite scroll and pull down/up to load data.
- vue-quick-loadmore (⭐134) - A pull-down refresh and pull-up infinite scroll plugin for Vue.
- vue-markdown (⭐1.9k) - A Powerful and Highspeed Markdown Parser for Vue.
- vue-mavonEditor (⭐6.4k) - A markdown editor based on Vue that supports a variety of personalized features.
- vue-simple-markdown (⭐82) - A Simple and Highspeed Markdown Parser for Vue.
- vue-simplemde (⭐768) - A wrapper around simplemde (⭐9.8k). Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
- vue-pdf (⭐2.2k) - A pdf viewer based on mozilla's PDF.js
- Vue.D3.tree (⭐870) - A Tree View based on D3.js
- vue-json-tree-view (⭐479) - A JSON Tree View Component for Vue.js.
- vue-tree (⭐935) - A Tree Component for Vue.js 2.X.
- liquor-tree (⭐397) - Amazing Vue Tree component
- vue-trees-ui (⭐20) - A Tree Ui Base On Vue.
- Bosket (⭐450) - Collection of tree view components for front-end frameworks (Vue, React, Angular and Riot).
- plantain-00/tree-component (⭐146) - A reactjs, angular and vuejs tree component.
- sl-vue-tree (⭐345) - A simple customizable draggable tree component for Vue.js
- he-tree-vue (⭐136) - A draggable sortable vue tree component, with dragging placeholder, types definition. 14 KB gzipped.
- vuejs-tree (⭐330) - A highly customizable VueJs tree viewer
- vue-jstree (⭐624) - A Tree Plugin For Vue2 with beautiful icons and drag&drop
- vue-vtree (⭐7) - Universal and flexible tree component for Vue.js
- vue-json-component (⭐83) - JSON tree view with no dependencies, TypeScript support, and easy customization.
- vue-tree-list (⭐651) - A vue component for tree structure
- vue-finder (⭐161) - A component to display hierarchical data, with selection, filtering and drag & drop
- vue-pipeline (⭐327) - A easy-to-use component to show beautiful responsive pipeline like jenkins blue ocean plugin.
- vue-social-sharing (⭐1.4k) - A renderless Vue.js component for sharing links to social networks, compatible with SSR
- vue-goodshare (⭐448) - Vue.js component for social share with beautiful button design. Simple install, extensive documentation, developer support, SEO friendly, clean code without scripts tracking user activity on the page, high speed. Work with Vue.js 2.x.
- vue-socialmedia-share (⭐70) - A Vue.js component for sharing links to social networks, with Vue 2.X
- vue-picture-sharesheet (⭐30) - A Vue Picture Sharesheet Component heavily inspired by the Image Sharesheet in Apple's Newsroom
- vue-twitter (⭐14) - A Vue.js component for embed twitter widgets (e.g timeline, buttons)
- vue-share-buttons (⭐51) - Vue.js component for placing buttons in your project using which you can share anything
- vue-share-it (⭐23) - A Vue.js component for sharing links to social networks
- vuesocial (⭐55) - 🧞♀️🧞♂️ One easy-to-use button component for Vue.js with 65+ social networks.
- vue-qriously (⭐272) - A Vue.js 2 component to draw QR codes on an HTML Canvas using qrious.
- vue-qart (⭐293) - The directive of vue 2.x for qart.js.
- vue-qrcode-reader (⭐2.1k) - A set of Vue.js components for detecting and decoding QR codes.
- vue-fuse (⭐314) - A lightweight plugin for fuzzy search library, Fuse.js
- vue-instantsearch - The ultimate toolbox for creating instant-search experiences using Algolia.
- vue-innersearch (⭐141) - A Vue.js wrapper for Elasticsearch
- reactivesearch-vue (⭐4.9k) - UI components for building data-driven apps with Elasticsearch
- vue-search-panel (⭐38) - A Vue component for searching with suggestions
- vue-avatar (⭐619) - An avatar component for vue.js.
- vue-touch-ripple (⭐481) - Touch ripple component for Vue.js(1.x ~ 2.x).
- vue-typer (⭐792) - Vue component that simulates a user typing, selecting, and erasing text.
- vue-keyboard (⭐153) - Vue 2 virtual keyboard component.
- vue-twentytwenty (⭐207) - Image comparison component, works with Vue.js 2.x
- vue-cookie-law (⭐379) - Cookie info plugin for Vue.js 2.x
- vue-gravatar (⭐113) - A dead-simple gravatar component for Vue.js 2.x
- vue-clipboard2 (⭐1.8k) - An easy to use clipboard.js binding for Vue.js 2.x
- vue-flashcard (⭐122) - FLashcard component with animation for Vue.js 2.x 💡
- vue-truncate-collapsed (⭐108) - A simple component that truncates your text and adds a 'Read More/Show Less' clickable for Vue.js 2.x
- vue-kanban (⭐799) - A flexible drag and drop kanban board component
- vue-letter-avatar (⭐65) - A simple and elegant letter avatar component for vue.js
- vue-highlightjs (⭐337) - Syntax highlighting with highlight.js
- v-clipboard (⭐522) - Simple, tiny and easy to use directive to save your models to clipboard (less than 2kb minified, no dependencies)
- vue-invisible-recaptcha - Super easy integration for Google's Invisible reCAPTCHA
- vue-embed (⭐59) - Embed component is based on embed.js for Vue 2.x, a component that embeds emojis, media, maps, tweets, gists, code, services and markdown.
- vue-particles (⭐1.4k) - Vue.js component for particles backgrounds
- vue-uniq-ids (⭐34) - Vue.js 2.x plugin that helps to use id-related attributes with no side-effect
- vue-multivue (⭐16) - Use multiple vue apps of the same class on the same page.
- vue-affix (⭐406) - A Vue.js 2.x plugin that affixes an element in the window while you scroll, similar to Bootstrap Affix but much simpler and smarter
- X-Browser-Update-Vue (⭐25) - A Vue.js browser-update plugin.
- vue-query-builder (⭐643) - A UI component for building complex queries with nested conditionals.
- vue-info-card (⭐192) - A simple and beautiful card component with an elegant spark line and CSS3 flip animation.
- v-offline (⭐374) - Simple, tiny and easy to use detection of offline & online events for your Vue app (less than 390b minified)
- vue-word-cloud (⭐378) - A word cloud generator.
- vue-flat-surface-shader (⭐123) - A Vue component for flat surface shader (⭐2.5k)
- vue-easteregg (⭐13) - Easey add an easteregg to your vue app (default with konami code)
- vue-heatmapjs (⭐207) - A Vue directive for tracking and visualising mouse activity
- vue-maze (⭐66) - An itty-bitty maze game made as Vue.js component
- vue-drag-verify (⭐203) - This is a vue component, which is sliding to unlock for login or sign up.
- vue-balloon (⭐86) - Vue components for creating fixed, zoomable containers in the corner of a page. Similar to the mail composition wrapper used in gmail.
- vue-sticker (⭐192) - Sticker effect to any directions
- v-rating (⭐49) - ⭐️ Rating component in Semantic-UI made with VueJS (< 500B gzipped, blazing fast)
- vue-content-placeholders (⭐1.6k) - Composable components for rendering fake (progressive) content like facebook in vue
- vue-page-designer (⭐886) - Vue component for drag-and-drop to design and build mobile website.
- vue-creativecommons (⭐10) - CreativeCommons.org Vue.js components library.
- vue-status-indicator (⭐153) - A Vue.js component to show status indicator as colored dots.
- vue-google-adsense (⭐255) - Vue.js Google Adsense Component with InFeed and InArticle Ads support
- emoji-vue (⭐141) - Emoji 😎👌🏻 dropdown for Vue.js project
- vue-chessboard (⭐165) - Chessboard vue component to load positions, create positions and see threats.
- vue-mindmap (⭐594) - Vue component for mindnode maps.
- v-currency (⭐24) - Vue component for formatting currency.
- vue-emoji-picker (⭐332) - Highly customizable unicode emoji picker 🔥🚀
- vue-8-puzzle (⭐30) - An itty-bitty slide puzzle game made as Vue.js component
- vue-e164 (⭐10) - Customizable phone formatter with E.164 standart support
- vue-pgn (⭐6) - Vue.js component for viewing chess games in pgn format
- vue-avatar-editor (⭐94) - Resize, rotate and crop your uploaded avatar using a clear user interface.
- vue-connection-listener (⭐90) - Vue event bus plugin listening for online/offline changes.
- vue-sauce (⭐90) - "View source" directive for Vue.
- vue-prom (⭐145) - Vue promise wrapper component.
- numeric-keyboard (⭐364) - Numeric keyboard for mobile browsers.
- vue-zoom-on-hover (⭐166) - Image zoom on mouse hover
- vue-responsive-image (⭐59) - A Vue component that lets you quickly create responsive image tags with an optimal number of image sources for all devices.
- vue-highlight-text (⭐56) - Vue component for highlight multiple instances of a word
- vue-cast-props (⭐5) - Provides a convenient way of converting props to common data types.
- vue2-heropatterns - A Vue2 implementation allowing you to add the popular Hero Patterns onto any Div
- vue-link (⭐63) - One component to link them all 🔗 (treat external and internal links same)
- vue-identify-network (⭐68) - ⚡️Identify what kinda internet your users are using!
- vue-cloneya (⭐16) - A vue component to clone DOM elements
- vue-survey-builder (⭐106) - Survey builder for vue.js applications
- vue-if-bot (⭐66) - A lightweight component to hide/show content to clients based on the user agent
- vue-clampy (⭐79) - Vue.js (2+) directive that clamps the content of an element by adding an ellipsis to it if the content inside is too long.
- vue-cookie-accept-decline (⭐147) - Show a banner with text, a decline button, and an accept button on your page. Remembers selection using cookies. Emits an event with current selection on creation. Good for GDPR requirements.
- @lossendae/vue-avatar (⭐13) - An avatar component for VueJS 2.0.
- vue-text-highlight (⭐327) - Text highlighter library for Vue.js 💄
- vue2-hammer (⭐254) Hammer.js wrapper for Vue 2.x to support mobile touch..
- vue-countable (⭐26) - Vue binding for countable.js. Provides real-time paragraph, sentence, word, and character counting.
- v-show-slide (⭐106) - A Vue.js directive for animating an element to and from height: auto in a sliding motion.
- vue-swipe-actions (⭐230) - iOS style swipe actions for Vue.js
- vue-friendly-iframe (⭐307) - A Vue js component for creating super fast loading, non-blocking iframes.
- vue-beautiful-chat (⭐1.5k) - A simple and beautiful Vue chat component backend agnostic, fully customizable and extendable.
- vue-magnifier (⭐62) - A simple image zooming / magnifying component for Vue.js 2.x.
- vue-highlight-words (⭐70) - Vue component to highlight words within a larger body of text. Ported from react-highlight-words (⭐2.1k)
- vue-tags-ball (⭐11) - Create a beautiful and spherical tag with this plugin
- vue-rippler (⭐45) - Simple Vue.js plugin for custom ripple effect
- vue-contacts (⭐8) - Mobile contacts component for Vue
- basic-vue-chat (⭐73) - Easy to use Vue.js chat
- vue-resize-text (⭐71) - A vue directive which automatically resize font size based on element width.
- vue-github-profile (⭐14) - A vue component to view the profile and repos of determined user
- vue-niege (⭐31) - 🎄 🎅 Single File Vue component to add a snow storm through a canvas.
- vue-dynamic-star-rating (⭐103) - A highly dynamic vue stars rating component, like google play rating ⭐️ ⭐️ ⭐️ ⭐️ ⭐️
- vue-katex (⭐125) - Simple plugin for math typsetting using KaTeX in Vue.js
- vue-baberrage (⭐394) - A simple Barrage plugin Base on Vue.js😎
- vue-terminal-ui (⭐55) - 🖥Terminal UI emulator Vue: custom and basic commands
- vue-command (⭐297) - A fully working Vue.js terminal emulator
- vue-ribbon (⭐17) - Vue component for GitHub ribbons
- avatio-avatar (⭐16) - Vue component for illustrated avatars - used by Avatio
- vue-jazzicon (⭐44) - A dead-simple Jazzicon component for Vue.
- vue-fixed-header (⭐167) - Simple and cross-browser friendly fixed header component for Vue.js written by TypeScript.
- vue-particle-effect-buttons (⭐257)A bursting particles effects buttons component.
- vue-insomnia (⭐11) - Prevent display screen from sleeping (wake lock).
- vue-car-plate-keyboard (⭐12) - A car license plate number keyboard for VueJS 2.x.(车牌号输入键盘,支持新能源车牌 🚗🚗🚗)
- vue-dataflow-editor (⭐80) - Vue2 dataflow graph editor
- vue-twemoji-picker (⭐223) - A fast plug-n-play Twemoji Picker (+textarea for Twemoji rendering) for Vue.
- vuejs-avataaars (⭐229) - Simple avatar generator Vue component for avataaars.
- vue-moveable (⭐966) - A Vue Component that creates Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable and more.
- vue-camera-gestures (⭐50) - Let users control your Vue app using AI and gestures in front of their camera in just 1 line in your HTML template!
- vue-aspect-ratio (⭐37) - A tiny component to handle aspect ratios with no effort.
- query-builder-vue (⭐99) - A query-builder library for building complex and nested queries with draggable re-ordering.
- vue-meeting-selector (⭐95) - A meeting selector inspired by doctolib, fast and fully custom made with Typescript.
- cool-emoji-picker (⭐223) - A fast plug-n-play [Tw]emoji Picker (+textarea for Twemoji rendering) component for Vue.
- vue-web-cam (⭐257) - Webcam component for VueJs.
- vue-cursor-fx (⭐67) - An animated custom cursor effects for interactive elements like navigation, galleries and carousels.
- vuetimeline (⭐344) - One easy-to-use component to build beautiful responsive timelines.
- v-emoji-picker (⭐354) - 🌟 A Lightweight and customizable package of Emoji Picker in Vue using emojis natives (unicode).
- learnawesome-flashcard (⭐31) - Deck of flashcards with spaced-repetition via localStorage 💡
- vue-portfolio-viewer - Scroll animated portfolio viewer component for vue js 💡
- vue-tabs (⭐251) - Simple tabs and pills.
- vue-swipe-tabs (⭐51) - A touch swipe tab component for vue.js(vue2).
- vue-tabs-component (⭐622) - An easy way to display tabs with Vue.
- vue-k-tabs (⭐9) - A simple tabs components with Gitlab design.
- vue-tabs-with-active-line (⭐100) - Simple Vue 2 component, that allows you to make tabs with moving bottom line
- vue-tabs-chrome (⭐232) - A Vue component for Chrome-like tabs.
- vue-tiny-tabs (⭐22) - A minimalistic tabs component as tinytabs Vuejs wrapper (size < 3.1kb)
- vue-phone-number-input (⭐606) - A beautiful input to format & valid phone number with country code 🔥
- vue-tel-input (⭐789) - International Telephone Input with Vue.
- vue-pincode-input (⭐135) - Smart pincode input component
- vue-smooth-picker (⭐215) - A smooth picker component for Vue 2.x, like iOS native datetime picker.
- vue-scroll-picker (⭐259) - A scroll picker component for Vue 2.x. Support all gestures of mouse(also wheel) and touch.
- vue-fontawesome-picker (⭐16) - a font awesome icon picker component for Vue 2.x.
- FormSchema Native (⭐482) - Generate a form using JSON Schema and Vue.js
- vue-generator (⭐7) - Initial router and components for the Vue project.
- vue-form-json (⭐94) - Generate a vue form with validation and bulma style, from json
- form-create (⭐5.9k) - Form builder with dynamic rendering, data collection, validation, and submission capabilities, supporting json data
- element-form-builder (⭐387) - Build element-ui forms with JSON Schema.
- ncform (⭐1.2k) - a very nice configuration generation way to develop form
- Laraform (⭐372) - Advanced form builder for Vue.js with Laravel support
- vue-ele-form (⭐874) - Vue DataForm, based on element-ui
- vue-form-generator (⭐3k) A schema-based form generator component for Vue.js.
- vuedt (⭐9) - Crazy lightweight (<5kb!) Vuejs Date and Time picker component with i18n support, nice animations and not too much fuzz.
- vue-select (⭐4.6k) - A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.
- vue-multiselect (⭐6.7k) - Universal select/multiselect/tagging component for Vue.js.
- stf-vue-select (⭐62) - most flexible and customized select Vue2
- vue-select-image (⭐145) - Vue 2 Component for selecting image from list
- @riophae/vue-treeselect (⭐2.9k) - A multi-select component with nested options support for Vue.js.
- @k186/pd-select (⭐105) - A mobile UI component like IOS picker for Vue 2.x,can be wheel pick what ever you defined.
- vue-dropdowns (⭐98) - A minimalistic and adaptable way to display select boxes if using objects for vue2.x
- v-cascade (⭐36) - A lovely component of cascade selector with Vue 2.x (Support both of PC and Mobile)
- vue-multi-select (⭐98) - A custom component to make select/multiselect for Vue2.
- v-region (⭐890) - A simple region selector, provide Chinese administrative division data.
- vue-cool-select (⭐244) - Bootstrap / Material Design theme, support slots, autocomplete, events, validation and more.
- @myena/advanced-select (⭐15) - Single/Multiple Select component with search, controls for (de)select all and a Bootstrap 3 theme
- @alfsnd/vue-bootstrap-select (⭐51) - Vue version of bootstrap-select (⭐9.8k).
- @SamuelTrottier/vue-wheel-select (⭐10) - A simple scrolling select component.
- vue-search-select (⭐403) - Searchable select components and semantic-ui's dropdown compatible.
- vue-gridmultiselect (⭐39) - Simple multi-select component with items displayed in a table like UI
- vue-select-sides (⭐69) - A component for Vue.js to select double-sided data (2-sides).
- vue-slider-component (⭐2.4k) - Slider for vue1.x and vue2.x.
- vue-circle-slider (⭐222) - Circle slider component for vue2.x.
- vue-slide-bar (⭐154) - Very simple vue slider bar component.
- textra (⭐30) - Vue js add-on to slide text.
- vue-knob-control (⭐54) - A rotary knob control for Vue.js
- iv-slider (⭐9) - Slider component for vue2.x.
- vue-histogram-slider (⭐121) - Range slider with histogram for Vue.js
- xns-seek-bar (⭐4) - A seekable progress plugin for Vue 2.x.
- vue-dragula (⭐364) - Drag and drop so simple it hurts.
- vue2-dragula (⭐204) - A
vue-dragula
fork forVue2
, with a lot of improvements.
- awe-dnd (⭐766) - A sortable list directive with Vue.
- vue-draggable-resizable (⭐3.3k) - Vue2 component for draggable and resizable elements.
- vddl (⭐394) - Vue components for modifying lists with the HTML5 drag & drop API, supports VueJs versions 1 and 2.
- vue-drag-drop (⭐496) - A minimal and lightweight wrapper for the HTML5 Drag and Drop API.
- vue-swing (⭐202) - A swipeable cards interface, as seen in apps like Jelly and Tinder.
- vue-slicksort (⭐1.5k) - A dependency-free set of mixins for animated, touch-friendly, sortable lists
- draggable-vue-directive (⭐314) - A simple directive to handle drag and drop of any Vue component.
- vue-smooth-dnd (⭐1.7k) - Vue wrappers of smooth-dnd library. drag and drop, sortable library covering for many cases.
- vue-drag-resize (⭐2.2k) - A dependency-free Vue component for draggable and resizable elements with aspect ratio, reactive props etc
- vue-drag-it-dude (⭐75) - Vue2 component, that allows you to drag object wherever you want.
- vue-draggable (⭐310) - Vue Drag and Drop library without any dependency. Simple and easy to use.
- vue-nestable (⭐320) - A simple drag & drop hierarchical list made as a vue component.
- vue-tinder (⭐212) - Have your own Tinder and TanTan.
- vue-card-swipe (⭐31) - A touch slider for vue.js, support sliding in any direction to switch cards, compatible with PC and mobile.
- vue-drag-n-drop (⭐188) - A simple kanban board where the items can be dragged and dropped from the list on to the board.
- vue-instant (⭐424) - Vue instant allows you to easily create custom search controls with auto suggestions for your vue 2 applications.
- v-autocomplete (⭐349) - Autocomplete component for Vue.js
- vue-auto-complete (⭐135) - Autocomplete for Vue2. Works with objects or api calls.
- vue-autosuggest (⭐621) - WAI-ARIA complete Autosuggest component with full customization over rendering and styling.
- v-autosuggest (⭐10) - A simple modular Vuejs component that autosuggest input from a dynamic or static data querying.
- autocomplete (⭐8) - Simple Autocomplete component for Vue.js 2.*
- vue-infinite-autocomplete - Vue infinite-autocomplete wrapper for Vue.js 2.*
- vue-simple-suggest (⭐460) - Simple yet feature-rich autocomplete component for Vue.js
- v-suggest (⭐75) - A Vue2 plugin for input content suggestions, support keyboard to quick pick.
- vue-bootstrap-typeahead (⭐206) - An typeahead/autocomplete component for Vue2 using Bootstrap 4 CSS.
- vue-email-dropdown (⭐28) - An autocomplete for custom email domains.
- vue-input-tag (⭐536) - Vue.js 2.0 Input Tag Component.
- v-distpicker (⭐974) A flexible, highly available district picker for picking provinces, cities and districts of China for Vue.js 2.x.
- vue-img-inputer (⭐566) A graceful, highly customizable img type input for Vue 2
- vue-img-preview (⭐18) An image input preview component in vue 2
- v-image (⭐40) 📷 Tiny little component for input type=file (< 1kb, gzipped)
- @voerro/vue-tagsinput (⭐471) A simple tags input Vue.js 2 component with typeahead/autocomplete
- vue-tag-selector (⭐14) - Tag-like input. Light, customizable and handles REGEX validation!
- vue-input-text-to-tags (⭐4) - A input component that can create tags for the result display
- vue-color (⭐2.5k) - Vue Color Pickers for Sketch, Photoshop, Chrome & more.
- vue-swatches (⭐564) - Help the user picking beautiful colors!
- radial-color-picker (⭐97) - Minimalistic color picker with a focus on size, accessibility and performance.
- vue-color-picker-board (⭐11) - Vue Color Picker component designed for humans!
- verte (⭐180) - A Complete Vue.js Color Picker Component.
- vue-switches (⭐209) - An on/off switch component for Vue.js with theme support.
- vue-js-toggle-button (⭐932) - Vue.js 2.0+ toggle / switch button - simple, pretty, customizable.
- vue-checkbox-radio (⭐102) - A Vue component to easily styling checkbox and radio inputs.
- vue-enhanced-check (⭐17) - Vue component to redesign/labelize checkbox/radio, including toggle/switch button.
- pretty-checkbox-vue (⭐261) - Implementation of pretty checkbox 3(A pure CSS library to beautify checkbox and radio buttons) components for Vue.js 2.2+.
- vue2-collapse (⭐79) - Vue Collapse is a flexible content toggling plugin for the accordion lists or any other conditional content rendering.
- vue-badger-accordion (⭐26) - A wrapping Component for Badger Accordion for Vue.js 2.0+
- vue-loading-checkbox (⭐27) - A highly customizable Vue.js checkbox UI component with loading state
- vue-rocker-switch (⭐30) - A customizable rocker switch component for Vue.js.
- vue-toggle-btn (⭐41) - A Highly Customizable, easy-to-use elegant toggle/switch button component
- vue-tristate-checkbox (⭐5) - Cycling tristate checkbox that supports form submission
- vue-quill-editor (⭐7.4k) - Quill editor component for Vue2.
- vue-mobiledoc-editor (⭐74) - A mobiledoc editor component toolkit for Vuejs.
- vue2-medium-editor (⭐405) - A MediumEditor component for Vue 2.
- vue-froala-wysiwyg (⭐632) - Official VueJS plugin for Froala WYSIWIG HTML Editor.
- vue-at (⭐529) - At.js for Vue.
- vue-wysiwyg (⭐555) Lightweight, fast & extensible WYSIWYG editor
- vue-trumbowyg (⭐236) Vue.js component for Trumbowyg WYSIWYG editor
- vue-pell-editor (⭐35) Vue.js component for Pell WYSIWYG editor
- vue-tinymce-editor (⭐8) Tinymce editor component for Vue2.
- vue-mce (⭐74) - tinymce editor component for VueJS.
- Vue2-Editor (⭐2.5k) - HTML Editor using Vue.js and Quilljs
- vue-codemirror (⭐3.2k) - A Codemirror component for Vue2.
- vue-easy-tinymce (⭐25) - A simple and powerful package for easy usage of tinymce in Vue.js project.
- vue-highlightable-input (⭐182) - Highlight and style text as you're typing
- vue-trix (⭐238) - Simple and lightweight Trix rich-text editor for Vue.js
- tiptap (⭐26k) - A renderless and extendable rich-text editor for Vue.js
- toast-ui.vue-editor (⭐229) - Vue Wrapper for TOAST UI Editor.
- ckeditor5-vue (⭐346) - An official CKEditor 5 rich text editor component for Vue.js.
- yimo-vue-editor (⭐32) - A wangEditor2 component for Vue2.
- vue-mathlive (⭐129) A MathLive math editor (mathfield) for Vue.js
- vue-editor-js (⭐354) Next generation block styled editor. for Vue.js
- element-tiptap (⭐1.3k) A WYSIWYG rich-text editor using tiptap and Element UI for Vue.js
- @mycure/vue-wysiwyg (⭐51) - 34Kb lightweight wysiwyg editor with NO 3rd party plugin.
- vue-core-image-upload (⭐1.4k) - A vue plugin for image to crop and upload.
- vue-croppa (⭐967) - A simple straightforward customizable lightweight mobile-friendly image cropper for Vue 2.0.
- vue-cropper (⭐4.3k) - A picture clipping plugin for vue2.0
- toast-ui.vue-image-editor (⭐187) - Vue Wrapper for TOAST UI Image Editor.
- vue-quick-cropper (⭐36) - Vue mobile avatar upload cropping plugin can choose cropping area and zoom.
- vue-croppie (⭐260) - Yet another image cropper
- vue-slim-cropper (⭐41) - 💇 A simple and elegant mobile image crop upload component for Vue 2.x.
- vue-advanced-cropper (⭐958) - An advanced cropper that gives you opportunity to create almost any cropper that you desire
- vue-anka-cropper (⭐20) - image cropper and uploader, rectangular and circular crop, customizable css
- vue-cloudinary (⭐25) - A vue (2.0) plugin that offers a reusable directive to get images from Cloudinary (https://cloudinary.com) with dynamic manipulation (resizing/cropping/effects/watermarking/scaling/formatting) and optimization (webp/png/auto quality/auto retina).
- img-Vuer (⭐262) - An Mobile-First image viewer/gallery for Vue2
- vue-image-loader (⭐59) - A vue loader/progressive image plugin like Medium.
- vue-load-image (⭐68) - display loader during image loading, as well as by display alternate content when the image fails to load.
- vue-image-painter (⭐29) - 🙋 Image magic animation drawing effect component for Vue 2.x.
- vue-cosha (⭐79) - 🎨 An easy to use vue directive that places a colourful shadow behind any image
- vue-clip (⭐219) - Simple and hackable file uploader for VueJs. Supports Vue >= 2.1.
- vue-simple-upload (⭐148) - Simple File upload component for Vue.js.
- vue2-multi-uploader (⭐46) - A drag and drop multiple file uploader component that uses Vue.js v2 and Axios. Uploader shows file names, sizes and total size of files added. It also allows setting a minimum required number of files to upload.
- vue-dropzone (⭐2k) - A Vue.js (vue2) component for Dropzone.js - a drag’n’drop file uploads utility with image previews.
- vue-transmit (⭐210) - A purely Vue.js drag & drop uploader component based on Dropzone.js for Vue 2.0
- vue-upload-component (⭐2.7k) - Vue upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory. Supports Vue >= 2.0
- vue-uploader (⭐2k) - A Vue.js upload component powered by simple-uploader.js
- ic-firebase-uploader (⭐20) - A clean multi-file upload component for Firebase storage.
- vuejs-uploader (⭐63) - A resumable multipart file uploader for HUGE file uploads.
- vue-filepond (⭐1.9k) - A Vue.js component for FilePond - a file upload library that can upload anything you throw at it.
- v-uploader (⭐238) - A Vue2 plugin to make files upload simple and easier, you can drag files or select file in dialog to upload
- vue-context-menu (⭐295) - A context menu component for vue js.
- vue-lil-context-menu (⭐13) - A flexible lil context menu component for Vue.
- vue-mouse-menu (⭐78) - A popup menu for vue 2.6+ with support for mobile.
- vue-context (⭐257) - A simple but flexible context menu for vue js.
- vue-simple-context-menu (⭐235) - Simple context-menu component built for Vue. Works well with both left and right clicks.
- @kiyoaki_w/vue-context (⭐7) - A customizable context menu component built for Vue2, supporting fontawesome icons.
- @overcoder/vue-context-menu (⭐5) - Minimal context menus
- vue-gmaps (⭐117) - Search places and address using Google Maps API.
- vuep (⭐887) - A component for rendering Vue components with live editor and preview.
- vue-places (⭐108) - Places component is based on places.js for Vue 2.x. Turn any input into an address autocomplete.
- vue-password-strength-meter (⭐565) - Password strength meter based on zxcvbn in vue.js.
- vue-float-label (⭐177) - Float label pattern for Vue.js.
- vue-longpress (⭐74) - A VueJS (2.x) button component that requires you to keep pressing to confirm a given action.
- vue-google-autocomplete (⭐505) - A Vue.js (2.x) autosuggest component for the Google Maps Places API.
- vue-default-value (⭐16) - Vue.js 2.x directive to set a default value for editable elements with no affect to the model state
- vue-submit (⭐142) - Simple implementation of Ladda (1, 2) in less than 90 lines of code with no dependencies.
- vue-rate (⭐223) - Rate component for Vue
- vuetify-google-autocomplete (⭐97) - A Vuetify ready Vue.js (2.x) autosuggest component for the Google Maps Places API.
- vue-ripple-directive (⭐287) - Material Ripple Effect as Vue Directive.
- vue-fab (⭐273) - Vue Floating Action Button.
- vue-complexify (⭐12) - Vuejs porting library from jquery.complexify.js.
- vue-mc (⭐627) - Models and Collections for Vue.js
- vue-stars - Highly customizable rating control (using stars or other characters)
- vue-confirmation-button (⭐53) - Customizable confirmation button that requires users to read messages before performing an action
- vue-poll (⭐132) - A Vue.js component for voting
- vue-diagrams (⭐284) - Diagram component for vue.js, inspired by react-diagrams
- vue-easy-polls (⭐15) - A Vue.js component for creating polls, voting and showing results. It’s easy to implement and easy to customize.
- vue-m-button (⭐14) - A beautiful button component for vue.
- vue-long-click (⭐58) - Long click (long press) directive library for vue, support mobile and desktop.
- vue-ui-predicate (⭐159) - A rules editor, generic filtering UI, predicates component for Vue JS.
- vue-mobile-detection (⭐69) - Vue.js prototype function
this.$isMobile()
that returns a Boolean value depending on whether or not the user is browsing with a mobile.
- vue-input-contenteditable (⭐19) - A Vue component wrapper for
contenteditable
with all the features you normally expect. Make beautiful inputs without the restrictions ofinput[type='text']
.
- @utlime/vue-zoom (⭐2) - A Vue zoom component.
- vue-credit-card (⭐26) - A Vue Component for Credit Card Input & Masking & Preview
- vue-simple-password-meter (⭐94) - Lightweight password strength meter with no dependency
- vue-autosizer (⭐5) - A light replacement for built-in
<textarea>
and<input>
elements allowing them to automatically stretch to fit the content.
- vue-interactive-paycard (⭐307) - A fantastic credit card form with smooth and sweet micro-interactions.
- vue-form-wizard (⭐1.1k) - Tab based component which can replace classic bootstrap & jQuery form wizards
- vue-stepper (⭐368) - A simple stepper with simple actions such as next, back and end to perform simple forms.
- vue-stepper-component (⭐110) - A fully customizable Stepper component with Vuex support and Zero dependencies.
- vuecsv (⭐48) - A Simple CSV Downloader from json with option modal panel component.
- vue-easeljs (⭐94) - Data-driven control over an HTML5 canvas element.
- vue-canvas-effect (⭐123) - A simple, canvas effect collection for Vue.js.
- vue-konva (⭐1.1k) - Vue & Canvas - JavaScript library for drawing complex canvas graphics using Vue.
- vue-html2canvas (⭐116) - Vue mixin to capture html and convert it to an image using Html2Canvas.
- vue-canvas-nest (⭐165) - A Vue.js component for canvas-nest.
- vue-signature-pad (⭐516) - 🖋 A Vue Signature Pad Component
- vg-editor (⭐210) - A visual graph editor based on G6 and Vue, inspired by GGEditor
- vue-pencil.js (⭐11) - Build reactive 2D graphics scene in your Vue project.
- link-prevue (⭐240) - Flexible component for generate a link preview.
Components & Libraries / UI Utilities
- vue-shortkey (⭐881) - Vue-ShortKey - plugin for Vue.js.
- vue-throttle-event (⭐19) - Throttle events based on requestAnimationFrame.
- vue-waypoint (⭐470) - Waypoint component for Vue, this is the easiest way to trigger a function when you scroll.
- vue-clickaway (⭐965) - Reusable clickaway directive for reusable Vue.js components.
- vue-scrollfire (⭐27) - Fires an event on a specific scroll position.
- vue-resize-directive (⭐327) - Vue directive to detect resize events with deboucing and throttling capacity.
- v-click-outside (⭐967) - Vue directive to react on clicks outside of an element without stopping the event propagation.
- vue-outside-events (⭐56) - Vue 2.x directive to help a specified element listen for specific events occurring outside of itself.
- vue-selectable (⭐70) - Vue 1.x/2.x directive to make items selectable by mouse.
- vue-click-helper (⭐11) - Vue2.x directive to handle click event and dblclick event on same element.
- v-hotkey (⭐722) - Vue 2.x directive for binding hotkeys to components.
- vue-resize (⭐505) - Vue 2.x component to detect DOM elements resizing (event based/no window.onresize)
- vue-observe-visibility (⭐1.6k) - Vue 2.x directive using Intersection Observer API that detects if the element is visible (in the viewport and not hidden by CSS).
- v-dragged (⭐91) - Vue 2.x directive plugin for drag event detection.
- vue-esc (⭐36) - Vue.js directive to add a document event listener on escape keyup.
- vue-global-events (⭐691) – A component to handle global events (like shortcuts) using Vue’s event modifiers
- vue-edge-check (⭐30) – Check browser edge to prevent transition effect triggered oddly when swipe edge with
vue-router
- vue-mutation-observer (⭐11) – A simple and tiny directive to observe changes in DOM use MutationObserver API
- vue-scroll-show (⭐10) – Showing the element if the user reached it after scroll
- vue-tabevents (⭐33) – Easy communication between other opened tabs
- vue-visibility-trigger (⭐5) - 👀 Declaratively trigger methods when scrolled into view
- v-click-outside-x (⭐83) - Vue V2 directive to react on click, touch, pointer or multiple events outside an element.
- vue-keypress (⭐60) - Global keypress event handler component for Vue.js applications.
- vue-pseudo-window (⭐31) - 👻 Component to declaratively interface window/document in your Vue template
- vue-viewports (⭐76) - Define your custom viewports and use them in your components.
- vue-responsive (⭐99): Vue.js(2.x) directive to hide/show HTML-elements with the Bootstrap 4, 3 or self defined breakpoints.
- vue-match-media (⭐36) - Vue 2.x-compatible plugin that offers a consistent, semantic approach to making components media query-aware.
- vue-media-query-mixin (⭐28) - Vue 2 media query mixin that can be used in both component js and component template. Compatible with bootstrap and vuetify viewports.
wXS
returns if screen width is xs,wSM
returns true if screen width is sm, etc...
- vue-breakpoints (⭐194) - Vue 2 minimal components to show and hide elements based on breakpoints. Inspired by Airbnb.
- vue-mq (⭐535) - Offer some useful tools to quickly setup responsive design with a semantic and mobile-first API (Vue 2.x)
- VueResizeSensor (⭐6) - A container that supports resize event.
- vue-breakpoint-component (⭐82) - A render-less component for composing CSS breakpoint state.
- fine-mq (⭐22) - A fine API to manage media queries in JS with ease and first-class integration with VueJS as a plugin.
- vue-responsive-components (⭐203) - Create responsive components with
ResizeObserver
.
- vue-screen-size (⭐44) - Get easy and reactive access to the width and height of your screen.
- vue-container-query-2 (⭐7) - Smart vue plugin for working with css container query.
- vue-formly (⭐237) - JavaScript powered forms for Vue.js.
- vue-focus (⭐406) - A reusable focus directive for reusable Vue.js components.
- vue-form-generator (⭐3k) - A schema-based form generator component for Vue.js.
- FormSchema Native - Generate a form using JSON Schema and Vue.js
- ic-formly (⭐9) - Simple form component powered by vue-formly.
- Form Builder (⭐122) - Json template based form builder, based on Vue and Laravel.
- vue-autofocus-directive (⭐34) - Vue autofocus directive.
- vue-awesome-form (⭐43) - A vue.js component just like json-editor
- vue-form-components (⭐123) - Clean & minimal vue form elements with validation
- v-ajax-form (⭐6) - vue.js component plug-in to make Form tag compatible with ajax request
- Vue Formulate (⭐2.2k) - The easiest way to build forms with Vue. Validation, error handling, form generation, comprehensive documentation, and more.
- vee-validate (⭐11k) - Simple Vue.js input validation plugin.
- vue-rawmodel (⭐80) - RawModel.js plugin for Vue.js v2. Form validation has never been easier.
- vuelidate (⭐6.9k) - Simple, lightweight model-based validation for Vue.js.
- simple-vue-validator (⭐293) - A simple yet flexible validator library for vue.js.
- vue-vform (⭐15) - Vue.js 2 form component that integrates jQuery Validation and Axios.
- vue-form (⭐616) - Comprehensive form validation for Vue.js.
- vuelidation (⭐36) - simple, powerful, vuejs validation.
- laravel-vue-validator (⭐31) - Display errors from laravel validation rules
- vue-daval (⭐29) - Super vue data validator. Easiness, simplicity, accurate.
- willvalidate (⭐8) - Validation Forms for Vue.js.
- vue-isyourpasswordsafe (⭐37) - A small utility written in Vue that checks if the given password has been leaked against the Have I Been Pwned API.
- vue-form-send (⭐4) - A Vue.js directive for sending data from form and primitive validation
- vue-final-validate - Vue validation solution from my development experience, support nested, async.
- vform (⭐610) - A simple way to handle Laravel back-end validation in Vue.
- vue-laravel-errors (⭐12) - A Vue.JS plugin that adds a global mixin which can be used to fill an errors variable from a laravel error response and display it as an object or array, can also be used as a local mixin.
- vue-not-visible (⭐23) - Vue directive for removing from dom (like v-if) element on screen smaller than breakpoints.
- vue-window-size (⭐122) - Provides reactivity window size properties.
- vue-responsive-text (⭐26) - ↔ Component that scales its child node in relation to its parent node's width
- VBar (⭐222) - The virtual responsive cross-browser scrollbar component for Vue.js 2x.
- Vuebar - Vue 2 directive for custom scrollbar that uses native scroll behavior. Lightweight, performant, customizable and without dependencies.
- vue-detached-scrollbar (⭐7) - A simple scrollbar that can be detached from the container it is scrolling.
- vuescroll (⭐1.3k) - A scrolling plugin based on Vue.js for uniforming the scrolling in PC and mobile.
- vue-simplebar (⭐9) - Vue.js wrapper for simplebar plugin.
- smooth-vuebar (⭐29) - Vue directive wrapper for smooth-scrollbar
- vue-scrollwatch (⭐57) - A light plugin detecting scroll event,customize callback when element enter viewport,expose 'scrollTo' api to scroll to specific element .Using vue directive.
- vue-router (⭐19k) - The official router for Vue.js.
- vue-router-storage (⭐93) - Router storage & resolve solution for Vue.js 2 & vue-router 2
- vue-tidyroutes (⭐51) - Decentralized vue-router routes definitions
- vue-error-page - Provides a wrapper for router-view that allows you to show error pages without changing the URL
- vue-router-sitemap (⭐117) - Generate sitemap.xml by vue-router configuration
- vue-smart-route (⭐321) - Smart route directive to make intelligent looking apps with Vue.js.
- vue-router-lite (⭐9) - A component-based, declarative router for Vue.js 2.
- vue-route-props (⭐1) - Automatically bind vue-router query to vm, APIs are mostly same as the Vue props.
- vue-pilot (⭐11) - A Trie-based vue router with the ability of managing history.state.
- vue-lazyload (⭐8k) - A Vue.js plugin for lazyload your Image or Component in your application.
- vue-lazy-background-images (⭐67) - Lazy load background images for Vue 2.
- vue-progressive-image (⭐719) - Vue progressive image loading plugin.
- vue-l-lazyload (⭐25) - A lazyload plugin for Vue.js v2.x+.
- vue-lazyload-img (⭐250) - Especially optimized for mobile browser. support V2 & v1.
- vue-lazy-images (⭐61) - A plugin of lazyload images for Vue 2.x.
- v-lazy-img (⭐26) - Tiny (<0.6kb) directive for progressive image loading for Vue 2.
- vue-clazy-load (⭐104) - Lightweight transitionable image lazy loading component using IntersecionObserver for Vue 2.
- vue-lazy-this (⭐9) - Lazyloading component using Intersection Observer API.
- v2-lazy-list (⭐31) - A simple lazy-load list component based Vue 2.x
- pimg (⭐99) - A Simple Progressive Image Component used for lazy loading images.
- vue-tiny-lazyload-img (⭐92) - A small size Vue.js v.2+ directive for lazy loading images
- vue-lazy-youtube-video (⭐101) - A simple Vue.js component for lazy loading YouTube videos.
- lazyload-vue (⭐29)- Vue Plugin for vanilla-lazyload.
- vue-paginate (⭐592) - A simple vue.js plugin to paginate data.
- vue-pagination-2 (⭐186) - Vue.js 2 pagination component.
- vuejs-uib-pagination (⭐59) - Best and complete pagination plugin for Vue.js. Inspired in Angular Bootstrap Pagination.
- vuejs-paginate (⭐778) - A Vue.js(v2.x+) component for creating pagination.
- vue-pagination-bootstrap (⭐25) - A Vue.js (1.x & 2.x) server-side paging component with a template based on Bootstrap
- laravel-vue-semantic-ui-pagination (⭐8) - A Vue.js 2.x pagination used with Laravel & Semantic-UI.
- vue-paginate-al (⭐52) - Vue paginate with return your data.
- vue-tiny-pagination (⭐20) - A Vue component for create a tiny pagination.
- laravel-vue-pagination (⭐747) - A Vue.js pagination component for Laravel paginators that works with Bootstrap.
- vue-lpage (⭐5) - Low-level Vue pagination component.
- v-page (⭐97) - A simple pagination bar, including length Menu, i18n support, based on Vue2.x.
- vue-smart-pagination (⭐25) - Smart pagination of any data with a lot of nice settings.
- vue-paginatron (⭐11) - Pagination component built with scoped-slot props for maximum flexibility.
- animated-vue (⭐220) - A Vue.js 2.x plugin to easily use Animate.css animations as transitions. As easy as
<animated-tada>
!
- vue-lottie (⭐1.3k) - A Vue.js 2.x plugin to render after effects animations based on bodymovin
- Vueg (⭐1k) - Make vue-router have a transition effect / 为 webApp 提供转场特效的开源 Vue 插件
- v-animate-css - The easiest to implement Vue 2 directive for Animate.css
- vue-mixin-tween (⭐25) - Mixin factory that adds tweened values to component context for animations
- v-odometer (⭐98) - Smoothly transitions numbers with ease. Use this library to give your application a smooth animation, only applicable on numbers.
- vue2-transitions (⭐794) ✨ Reusable Vue 2 transition components
- vue-overdrive (⭐684) Super easy magic-move transitions for Vue apps 🎩
- animated-number-vue (⭐208) Super easy way to animate numbers.
- vue-parent-change-transition (⭐28) Enable a child components to animate when it changes the parent.
- vue-smooth-reflow (⭐450) Transition an elements reflow in response to data changes.
- VueTween (⭐23) Allows components to tween their properties.
- vue-slide-up-down (⭐202) Like jQuery's
slideUp
/slideDown
, but for Vue!
- vue-animejs (⭐177) Simple
anime.js
directives for Vue.
- Eagle.js (⭐4.1k) Eagle.js is a web-based slideshow framework for Vue.js.
- vue-slide-up-down-component (⭐8) It is a simple interface but realizes very flexible and powerful slide animation, for Vue!
- femtoTween (⭐30) A minimalistic (zero-dep, less than 1k) tweening library with first-class Vue support
- vue-sequential-entrance (⭐84) Plugin for creating elegant sequential animation entrances with a list of elements of your page. Zero effort. Simple and lightweight
- vue-animate-scroll (⭐47) Super lightweight way to add CSS animations to elements as they scroll into view.
- vue-svg-transition (⭐143) Create 2-state, SVG-powered transitions
- vue-page-transition (⭐401) Easy route / page transitions for Vue.js
- Vuenime (⭐34) A flexible Vue wrapper for Animejs
- vue-flipper (⭐32) - A component to flip children with a nice transition.
- v-number (⭐33) Animated number transition library for Vue.js
- vue-kinesis (⭐1.5k) A set of components to create interactive animations
- vue-head (⭐984) - Manage the meta information of the head tag, a simple and easy way.
- vue-meta (⭐4.1k) - Manage page meta info in Vue 2.0 components. SSR + Streaming supported.
- vue-headful (⭐229) - Set document
<title>
and meta tags from within your views.
- vue-simple-headful (⭐19) - Easily set meta-tags with vue.js - a simpler
vue-headful
alternative with TypeScript support.
- vue-dom-portal (⭐207) - An escape hatch for DOM Elements in Vue.js components.
- vue2-filters (⭐927) - A collection of standard filters Vue 1._ adapted for use in Vue 2._.
- vue-morphling (⭐192) - A collection of standard and custom filters for Vue 2.
- vue-trans (⭐14) - A simple filter to provide a similar way of translating to the Symfony trans.
- vue-string-filter (⭐38) - Lightweight Vue 2 String Manipulation Filter.
- vue-units (⭐18) - A collection of handy unit conversion filters for use in Vue 2.
- vue-numeral-filter (⭐83) - A collection of filters that allows Numeral.js to be used inline in the template section of a component.
- vue-filter-date-format - Simple datetime filter for Vue 2.
- vue-filter-pluralize - Simple pluralize filter for Vue 2.
- vue-filter-date-parse - Simple parsing datetime filter for Vue 2.
- vue-svgicon (⭐924) - A tool to create svg icon components. (vue 2.x).
- vue-content-loading (⭐759) - Vue component to easily build (or use presets) SVG loading cards Facebook like.
- vue-annotator (⭐79) - Annotate page using any SVG Element (
rect
,polygon
, and many more, even HTML Element likecanvas
if wrapped inforeignObject
)
- vue-svg-filler (⭐84) - Vue component for custom your svg file 🖍 🎨 (vue 2.x).
- vue-resource-progressbar-interceptor (⭐64) - Interceptor that ties a progressbar to all requests, that it is clear that something is loading.
- vue-images-loaded (⭐145) - Vue.js 2.0 directive to detect images loading.
- vue-visible (⭐31) - A v-visible directive for VueJS (2.x), like v-show but for visibility.
- vue-resize-sensor (⭐75) - Component to detect container resizing (event-based)
- v-blur (⭐185) - Vue directive to blur an element dynamically
- vue-async-methods (⭐68) - Helper utilities for promise based methods
- vue-openseadragon (⭐29) - OpenSeaDragon component for Vue.js (zoom and pan)
- vue-match-heights (⭐55) - Directive to set heights of elements to be the same.
- vue-conditional-attrs (⭐6) - A Vue.js component for conditional rendering attributes and directives
- vue-cbsc (⭐6) - A Vue.js 2.x component for programmatically blender, shader and convert colors.
- vue-spatialnavigation (⭐78) - Vue directive (Vue.js 2.x) for spatial navigation (keyboard navigation)
- vue-lifecycle (⭐10) - A Vue.js lifecycle directives.
- v-ripple-directive (⭐4) - Vue.js directive for ripple effect.
- vue-material-design-ripple (⭐31) - Add material design ripple to any element. Use any ripple color you want. No performance issues. Mobile friendly. No dependencies. It just works.
- vue-vr (⭐470) - A framework for building VR applications with Vue based on threejs and Panolens, inspired by react-vr (⭐8.7k)
Components & Libraries / Utilities
- vue-underscore (⭐18) - simple vue plugin to implement underscore
- vue-lazy-calc (⭐9) - A simple calculation plugin in lazy && chaining way with strong typed.
- vue-loadable (⭐26) - A plugin to improve loading state control with pretty simple methods, decorators and helpers.
- vue-composable (⭐1.2k) - Vue composition-api composable components. i18n, validation, pagination, fetch, etc. +30 variable composable functions.
- vue-typed (⭐103) - Sets of ECMAScript / Typescript decorators that helps you write Vue component easily.
- vue-typescript (⭐357) - Typescript decorators to make vue feel more typescripty.
- vue-property-decorator (⭐5.5k) - Vue.js and Property Decorator.
- vue-typescript-component (⭐25) - Decorators to use TypeScript classes as Vue.js 2.0 components.
- vue-typescript-import-dts (⭐28) - TypeScript declaration file that allows using 'import' with .vue files.
- vue-ts-loader (⭐91) - Type-check your script in your vue-loader.
- vue-mixin-decorator (⭐56) - Typescript decorator for strongly typed Mixins.
- vue-ts-component-generator (⭐5) - A simple cli tool for generating vue typescript components.
- vuex-module-decorators (⭐1.8k) - Typescript/ES7 Decorators to make Vuex modules a breeze
- vuex-class-modules (⭐193) - Introduce a simple type-safe class style syntax for your vuex modules, inspired by vue-class-component.
- vue-corator (⭐32) - Vue typescript decorator utils
- vuedts (⭐20) - Generate TypeScript declaration files for .vue files.
- vue-resource (⭐10k) - The HTTP client for Vue.js.
- vue-async-computed (⭐1.1k) - Async computed properties for Vue.js.
- vue-jsonp (⭐151) - A tiny library for handling JSONP request.
- v-model (⭐58) - V-Model is a model plugin for Vue.js, like ng-resource.
- vue-resource-mock (⭐29) - A helper to mock your http response, based on vue-resource's interceptor.
- vue-async-data-2 (⭐33) - Async data loading plugin for Vue.js.
- vue-fast-axios (⭐43) - Make requests with validations in a simple and beautiful way.
- vue-async-properties (⭐0) - An
asyncData
andasyncComputed
plugin with support for debouncing, transforming results, error handlers, loading/pending flags, lazy/eager requests.
- vue-axios-plugin (⭐58) - A plugin that combines axios with Vuejs, making http request more easier.
- vue-api-query (⭐1.7k) - Elegant and simple way to build requests for REST API.
- vue-apis (⭐27) - A vue plug-in integrated with axios that chain-builds API instances. Available from the context of a vue instance (eg: this.$apis.apiName()).
- vue-i18n (⭐7.2k) - Internationalization plugin for Vue.js.
- vue-translate-plugin (⭐82) - VueJS plugin for translations.
- vuex-i18n (⭐666) - Localization plugin for vue.js 2.0 using vuex as store.
- vue-gettext (⭐278) - Translate your Vue.js applications with gettext.
- vue-i18n (⭐41) - A small plugin for implementing translations in Vue.js.
- vue-multilanguage (⭐177) - Support many languages in Vue.js 2.
- vue-ts-locale (⭐36) - A plugin for implementing translations using Intl in Vue.js 2 with typescript support.
- vue-i18next (⭐177) - A i18next wrapper to support translations in Vue.js 2.
- vue-polyglot (⭐44) - Basic translation plugin for Vue.js 2 with async loading.
- v-localize (⭐31) - Simple localization plugin for the amazing Vue.js.
- vue-simple-i18n (⭐31) - Probably the thinnest library to end all Vue i18n solutions within 1kb
- template-string-i18n (⭐5) - I18n using template strings with auto save/load translate documents.
- vue-translations (⭐15) - Translate your vuejs application easy with it.
- vue-i18n-filter (⭐18) - Vue filter extend for Vue-i18n, simply using
{{ hello world | t }}
.
- vue-translation-manager (⭐26) - Interactively find and translate strings in your Vue.js application. Works well with vue-18n and vuex-i18n.
- vue-t9n (⭐6) - Simplest way to translate your applications
- vue-simple-inline-translation (⭐7) - A Vue component that simplifies the way text is translated: by translating it inline.
- vue-i18n-extract (⭐303) - Manage vue-i18n localization with static analysis. Make reports about missing and unused i18n entries.
- vscode-vue-i18n-ally (⭐3.8k) - VSCode extension for better Vue-i18n experiences.
- vue-events (⭐235) - Simple event handling for Vue.js.
- vue-event-handler (⭐15) - Event handling plugin for VueJS.
- vue-event-manager (⭐82) - The global event manager for Vue.js.
- vue-geb (⭐40) - A global event bus using Observables.
- vue-bus (⭐50) - Tiny simple central event bus plugin for Vue.js 2.
- vue-simple-events (⭐9) - Yet another event management plugin, but WITHOUT Vue instance
- vue-option-events (⭐5) - Bring Vue.js 1 events option and $emit to Vue.js 2.
- vue-emit (⭐21) - A helper function to emit events from functional components.
- vue-plugin-events (⭐5) - Simple global event bus for Vue.js applications with automatic subscription control.
- vue-localstorage (⭐672) - Vue.js localStorage plugin with types support.
- vue-ls (⭐538) - Vue plugin for work with LocalStorage from Vue context.
- vue-pouch (⭐164) - Live and reactive bindings for PouchDB. Persist data in IndexedDB and sync with CouchDB.
- vue-idb (⭐82) - Lists and huge lists management with IndexedDB (Dexie.js) only or automatically created and extendible vuex modules
- vue-browserstore (⭐8) - Browser storage wrapper.
- VueStorage (⭐52) - Allows components to save and load their data across browser sessions.
- vue-web-storage (⭐85) Another Vue.js plugin for localStorage and sessionStorage
- vue-universal-cookies (⭐31) Isomorphic cookies plugin for Vue.js / Nuxt.js supports Browser, Express, http (node).
- vue2-storage (⭐112) Browser storage for Vue.js app
- vue-warehouse (⭐174) A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js.
- vuex (⭐28k) - Centralized State Management for Vue.js.
- vue-sync (⭐64) - Synchronize Vue State with the Browser URL, Server Backend, and other endpoints.
- vuelm (⭐36) - Lightweight state management inspired by Elm architecture.
- vuez (⭐42) - A simple but powerful State Management for Vue.js, with only 2 APIs.
- vuet (⭐422) - Vue.js state management model for Agile Development
- vue-assign-model (⭐5) - Automatically assign elements value to model for Vue.js.
- vue-stash (⭐403) - Easily share reactive data between your Vue components.
- vue-model (⭐857) - Model component for Vue.js
- tuex (⭐32) - A mostly reasonable alternative to Vuex.
- revuejs (⭐24) - A tiny, light and handy state management for vuejs 2, writing less verbose code.
- lue (⭐12) - Vue and vuex based library, writing less verbose code.
- vuex-lite - A 1KB Vuex with just state and mutations.
- vue-shared (⭐12) - A light and simple alternative to vuex
- vuex-module-generator (⭐91) - It allows you to create a vuex module easily.
- vuex-declaration (⭐2) - Declare state like props, make state inject to vuex dynamically when component created.
- vuex-up (⭐4) - Brings mixing and services injector features to module vuex.
- effector (⭐4.6k) — Fast and powerful reactive state manager. Effector lets you write simple, fast and type safe code and manage reactive state with ease.
- nano-state-vue - Efficient, effective, and extensible state management: less is more
- universal-model-vue (⭐27) - Unified state management for Vue (and also for Angular/React/Svelte)
- vue-states (⭐148) - State management system for Vue with same API as Vue components
- vuedeux (⭐69) - Binding Solutions for Vue & Redux.
- redux-store-mixin (⭐2) - Mixin for integrate action creators in methods of vue-component
- vue-redux-prepare-props (⭐1) - Helper for use props of Redux with Vue.js using Vuex and Vuedeux
- vuejs-redux (⭐57) - High order component facilities for Vue and Redux.
- vuex-coolstory (⭐23) - Plugin for vuex to run redux-saga.
- movue (⭐59) - Mobx integration for Vue.js.
- vue-mobx (⭐110) - Mobx binding for Vuejs 2.x.
- vue-authenticate (⭐1.4k) - Simple Vue.js authentication library for login/register and OAuth (1.0/2.0) authentication
- vue-facebook-account-kit (⭐13) - Simple vue wrapper to the fb account kit library.
- casl-vue (⭐5.8k) - Restricts what resources a given user is allowed to access
- vue-google-api (⭐35) - A wrapper for easy integration of the Google's APIs client in any vue.js 2 project, based on promises, with built-in Oauth2 "Sign In with Google" facilities.
- vue-auth (⭐2.4k) - A simple light-weight authentication library for Vue.js
- vue-auth-plugin (⭐58) - A simple authentication and authorization library for Vue.js using typescript
- vue-google-signin-button (⭐292) - A simple Vue plugin to include a Google sign-in button into your web app
- vue-facebook-signin-button (⭐137) - A simple plugin to include a custom Facebook sign-in button into your web app
- vue-auth-href (⭐16) - A VueJS directive for downloading files that are under a protected route schema
- vue-msal (⭐123) - Vue plugin for using Microsoft Authentication Library (MSAL)
- vuex-persistedstate (⭐5.8k) - Persist Vuex state with localStorage.
- vuex-plugin-jsdata (⭐19) - A plugin for syncing Vuex store with js-data.
- vuex-local (⭐64) - Local state management within Vuex.
- vuex-action (⭐26) - Utilities for vuex to easily create and manage actions.
- vuex-rest-api (⭐383) - A Helper utility to simplify the usage of REST APIs with Vuex. Based on axios.
- vuex-cache (⭐511) - A Vuex plugin utility to cache action those will make remote request.
- vuex-persist (⭐1.7k) - A Typescript-ready Vuex plugin to help save the store to localStorage or any custom Storage (that you can configure).
- vuex-local-state (⭐18) - Add 'localState/sessionState' options to vuex. Keep the Vuex state with localStorage.
- vuex-action-reload (⭐3) - A vuex plugin that reloads actions when a condition is met.
- vuejs-storage (⭐122) - Vue.js and vuex plugin to persistence data with localStorage/sessionStorage.
- vuex-orm (⭐2.4k) - The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.
- vuex-async-module (⭐15) - Reduce async boilerplate code generating Vuex modules. Compatible with Vue 2.x.
- vuex-iframe-sync (⭐104) - Vuex state synchronization between iframe/window.
- vuex-aspect - Bind remote data of any kind to the vuex store.
- vuex-map-fields (⭐1.4k) - Enable two-way data binding for form fields.
- vuex-search (⭐163) - Vuex binding for client-side search with indexers and Web Workers.
- vuex-pathify - provides a unified path syntax to Vuex stores (such as
foo/[email protected]
)
- vuex-loading (⭐3) - Simplify vuex loading state management
- vuex-module-builder (⭐6) - Vuex module builder is a wrapper for writing vuex stores efficiently with some common methods built-in.
- vuex-pagination (⭐107) - Easily work with paginated resources in your Vue/Vuex application. Works well with most of the Vue pagination components.
- vuex-easy-firestore - Easy coupling of Firebase Cloud Firestore and Vuex. 2-way sync with 0 boilerplate!
- vuex-listener (⭐8) - A global Vuex action and mutation listener plugin
- jsonapi-vuex (⭐155) - Use a JSONAPI api with a Vuex store, with client-side restructuring/normalization of records.
- vuexi (⭐5) - provides utilities to simplify async actions and state management
- stfalcon-vuex-loading-plugin (⭐2) - the easiest way to handle loading state of vuex
- Vue Rest Resource - Rest HTTP resource management for Vue.js and Vuex projects.
- Vuex Stateshot (⭐13) - 💾 A State Snapshot plugin on Actions/Mutations for Vuex3.1+.
- vuex-loopback (⭐7) - Vuex module factory and Vue components for Loopback.
- vuex-state-snapshot (⭐1) - A Vuex plugin to take state snapshot on mutation.
- vuex-awesome-async (⭐3) - It wraps Vuex stores to easily manage async requests (loading, error and cache state).
- vuex-factories (⭐5) - Factory functions to generate vuex actions and mutations.
- vuex-hooks (⭐12) - Typescript enabled vuex composition-api hooks.
- vuex-basement (⭐64) - Vuex state persistence and synchronization between tabs/windows.
- vuex-shared-mutations (⭐559) - Share vuex mutations between tabs/windows.
- vuex-multi-tab-state (⭐160) - Share and synchronize status between multiple tabs with this plugin for Vuex.
- vue-apollo (⭐6k) - Apollo/GraphQL integration for VueJS.
- vue-relay (⭐119) - A framework for building GraphQL-driven Vue.js applications.
- vuex-orm-apollo (⭐227) - Apollo/GraphQL integration for Vuex-ORM.
- vuency (⭐73) - Concurrency management for Vue.js.
- vue-types (⭐570) - Vue Prop Types definitions.
- vue-factory (⭐29) - A simple factory/provider extension for Vue.js, like services in Angular.
- eslint-plugin-vue (⭐4.4k) - Eslint plugin for Vue.js projects.
- vue-decorators - Decorators for Vue.js (beta).
- vue-computed-helpers (⭐289) - Computed helpers for Vue.js apps
- vert (⭐23) - Library to build Vue applications in OOP.
- vue-slot-checker (⭐14) - Provide the function to check slot like checking props.
- vue-bem-cn (⭐127) - Simple BEM class name generator for Vue.JS.
- vue-css (⭐142) - Vue.js plugin that allows you to bundle CSS with your components.
- vue-mods-names (⭐22) - Adding modificators to class names for all components in app.
- vue-styler (⭐4) - Simple, performant styler for vue.
- vue-css-modules (⭐37) - Seamless mapping of class names to CSS Modules inside of Vue components.
- vue-simple-bem (⭐20) - Directive with succint syntax for adding BEM class names to elements.
- fela-vue (⭐7) - CSS-IN-JS mixin for Vue designed for flexibility yet team-oriented.
- vue-spinners-css (⭐55) - Collection of pure CSS vue spinners components, css spinners for ajax or loading animation based on loading.io.
- vue-css-doodle (⭐15) - Porting of css-doodle, a web component for drawing patterns with CSS.
- vue-script2 (⭐171) - Standardized, designer-friendly script tag behavior for your Single Page App.
- vue-loader (⭐5k) - Webpack loader for Vue.js components.
- vueify (⭐1.2k) - Browserify transform for single-file Vue components.
- vue-compiler (⭐8) - A simple cli wrapper around the vue-component-compiler.
- vue-brunch (⭐78) - Adds support to Brunch for pre-compiling single file Vue components.
- poi (⭐5.2k) - Start writing an app with a single .js file, Poi could handle all the development setups for you, no more configuration hell.
- http-vue-loader (⭐1.5k) - Load .vue files directly from your html/js without node.js environment nor build step.
- vue-jsx-hot-loader (⭐41) - Enable HMR for Vue.js components with JSX render functions.
- VueInBrowserLoader (⭐7) - Loads a .vue file from the given URL and compiles it to a component directly in the browser.
- vue-separate-files-webpack-loader (⭐13) - Webpack loader for separated Vue components parts
- vue-svg-loader (⭐644) - webpack loader that lets you use SVG files as Vue components
- vue-registrar (⭐19) - ☘️ A package that dynamically registers your components and vuex modules - Makes your code a lot readable!
- vue-navigation (⭐1k) - A page navigation library, record routes and cache pages, like native app navigation. 一个页面导航库,记录路由并缓存页面,像原生 APP 导航一样。
- vue-acl (⭐375) - Access Control List for VueJS 2.
- vue-breadcrumbs (⭐147) - Implements simple breadcrumb functionality with vue-router for both Vue 1.x and Vue 2.x.
- vue-2-breadcrumbs (⭐98) - breadcrumb together with vue-router for Vue 2.x. and Bootstrap 4
- vs-crumbs (⭐142) - Vue breadcrumbs in 40 lines of code that allows nested paths without child views.
- vue-nav (⭐63) - Page navigation manager, support all navigation function of native mobile app. 页面导航管理器,支持手机原生应用的所有导航功能。
- vue-2-crumbs (⭐35) - Breadcrumbs plugin for Vue.js 2 framework that allows to select parent route in route meta object with no need of sub-routing. Also allows using dynamic data.
- vue-pesdk (⭐27) Vue.js wrapper for the PhotoEditorSDK
- vue-resolve (⭐11) Resolve routes data before entering / rendering the component for that route.
- vue-page-stack (⭐704) - Routing and navigation for your Vue SPA. Vue 单页应用导航管理器
- stfalcon-vue-di (⭐10) - ⭐️ Lightweight DI for vue components️ ❤️
- vue-backbone (⭐45) - Vue.js Plugin to facilitate Backbone integration.
- vue2-migration-helper (⭐31) - Transforms Vue.js SFCs to composition api syntax.
- vue-socket.io (⭐3.9k) - Socket.io implementation for vuejs.
- vue-websocket (⭐532) - Simple websocket (socket.io) plugin for Vue.js.
- vue-echo (⭐228) - Integrates Laravel Echo into Vue, allows for easy registration of socket events.
- vue-socket-cluster (⭐15) - Web Sockets for vue with uws(Micro web sockets) through socket cluster
- vue-native-websocket (⭐946) - Native websocket implementation for Vuejs 2 and Vuex
- vue-socket.io-extended (⭐628) - Socket.io bindings for Vue.js and Vuex
Components & Libraries / Integrations
- vue-disqus (⭐253) - Vue component to integrate Disqus comments in your application, with support for SPA.
- vue-youtube-embed (⭐424) - Vue.js and YouTube.
- vue-add-to-calendar (⭐134) - A Vue.js component that provides "Add to Calendar" functionality, works with Vue 2.X.
- Vue + Meteor (⭐897) - Vue first-class integration in Meteor.
- av-ts (⭐216) - A modern, type-safe, idiomatic Vue binding library.
- Neutronium (⭐1.3k) - Build .NET desktop applications using HTML, CSS and javascript.
- vue-typescript-jest (⭐16) - Jest preprocessor.js for Vue.js components (supporting html, pug, and babel) and TypeScript.
- vue-jest-utils (⭐47) - Utilities for testing Vue.js components using Jest.
- vue-custom-element (⭐2k) - Vue Custom Element - Custom Elements for Vue.js.
- vue-cordova (⭐328) - Vue.js plugin for Cordova.
- vue-wamp (⭐48) - AutobahnJS wrapper library fo Vue.js.
- express-vue (⭐1.3k) - Vue rendering engine for Express.js. Use .Vue files as templates using res.render().
- vue-grecaptcha (⭐27) - Google reCAPTCHA for VueJS 2
- vue-recaptcha (⭐859) - Google reCAPTCHA component for Vue.js
- require-vuejs (⭐149) - RequireJS plugin to async and dynamic load and parse .vue components.
- facebook-login-vuejs - Vue Component for Authenticating your Facebook App and get the benefits of Facebook Login.
- vuejs/vuefire (⭐3.8k) - Official Firebase Integration for VueJS
- vuefire (⭐4) - Firebase for VueJS and Vuex
- vue-runkit (⭐7) - RunKit Embed for Vue.js
- vue-youtube (⭐340) - Provides a simple layer for you to use your imagination while over the YouTube IFrame Player API. (Compatible with SSR)
- vue-introjs (⭐301) - Integrates intro.js step-by-step guide and feature introduction with Vue.js http://introjs.com/.
- vue-loopback (⭐51) - Loopback and Vue application template
- vue-laroute (⭐22) - Integrate Laravel routes into your VueJS application using laroute.
- vue-raven (⭐90) - Automatically reports uncaught JavaScript exceptions triggered from vue component.
- vue-fixer (⭐1) - A simple vue component for the fixer API.
- amazon-cognito-vuex-module - Vuex module for Amazon Cognito.
- vue-web3 (⭐63) - Web3 blockchain bindings for Vue.js (inspired by Vuefire and Drizzle)
- sbt-vuefy (⭐59) - Vue.js integration for Playframework
- loopback-vue-starter (⭐19) - LoopBack and Vue starter template with easy plugin management through
vue-cli
andvue ui
.
- vue.py - Write Vue.js Components in Python
- vue-facebook-login-component (⭐194) - A fully customizable component for integrating Facebook login.
- vue-programmatic-invisible-google-recaptcha (⭐27) - A simple invisible Google reCAPTCHA component focused solely on programmatic invocation.
- vbuild (⭐251) - Its main purpose is to let you use components (.vue files) in your vuejs app, without a full nodejs stack. Since 0.6 versions : you can create your component in pure python (⭐251) !
- feathers-vuex (⭐445) - is a first class integration of the Feathers Client and Vuex. It implements many Redux best practices under the hood, eliminates a lot of boilerplate code, and still allows you to easily customize the Vuex store.
- vue-nocaptcha (⭐10) - Aliyun noCAPTCHA component for Vue.js
- ionic-vue (⭐271) - Vue.js integration for Ionic v4
- vue-0xcert (⭐341) - Vue.js integration for 0xcert Framework - an open-source library that provides tools for building powerful decentralized applications
- vue-zdog (⭐56) - Vue wrapper for zDog - a minimalist 3D engine for the browser
- vue-unleash (⭐15) - A Vue plugin for the Unleash open-source feature flag platform
- vue-cli-plugin-modular-router (⭐2) - Vue CLI Plugin to create modular route files
- vue-cli-plugin-docker-nginx (⭐12) - Vue CLI Plugin to add a docker deployment using a minimal nginx server
- vue-cli-plugin-codeceptjs-puppeteer (⭐16) - installs CodeceptJS & Puppeteer for supercharged end 2 end testing 🙋
- vue-ua (⭐216) - Google Universal Analytics support in Vue.js.
- vue-analytics (⭐1.8k) - Vue plugin for Google Analytics.
- vue-gtm (⭐242) - Vue plugin for Google Tag Manager
- vue-gtag (⭐862) - Global Site Tag plugin for Vue
- vue-ya-metrica (⭐6) - Vue plugin for Yandex.Metrica
Components & Libraries / Dev Tools
- vue-dev-server (⭐21) - A small development server for building
vue
components.
- Storybook - The UI Development Environment. works with v3.2+ later.
- Font Awesome Finder - Chrome extension to search, preview and choose Font Awesome icons and copy the selected icon HTML code & Unicode to clipboard.
- vue-dummy (⭐119) - Placeholder Text and Dummy Images as a simple
v-dummy
directive.
- Bit (⭐18k) - Manage and reuse
vue
components between projects. Easily isolate and share components from any project without changing its source code, organize curated collections and install in different projects.
- ComponentFixture (⭐51) - is a component design to develop and test other components, automatically binding their props.
- vue-cli-template-dev-server (⭐2) - A development server for building vue-cli custom templates.
- vue-codemods (⭐24) - Collection of codemod scripts that help update and refactor Vue and JavaScript files.
- codesandbox - An online IDE and prototyping tool for rapid Vue development.
- Vue.js devtools (⭐25k) - Chrome devtools extension for debugging Vue.js applications.
- DejaVue (⭐787) - Visualization and debugging tool built for Vue.js.
- vue-clicky (⭐115) - Right click any component to show info about it in the console.
- vuejs-logger (⭐245) - Provides customizable logging functionality for Vue.js.
- vue-inspector (⭐263) - Vue.js Inspector for Mobile Devices
- Vue Performance Devtool (⭐542) - Vue Performance Devtool is a browser extension for inspecting the performance of Vue Components
- VueSource (⭐43) - Global Vue mixin which identifies components in source code by adding HTML comments
- NW-Vue-DevTools (⭐14) - DevDependency for adding Vue DevTools into NW.js
- vue-markdown-loader (⭐703) - Convert Markdown file to Vue Component.
- vue-styleguide-generator (⭐122) - React inspired style guide generator for Vue.js.
- CheatSheet - Complete Interactive API.
- Vuex CheatSheet - Complete Interactive Vuex API.
- vue-styleguidist (⭐2.5k) - A style guide generator for Vue components with a living style guide.
- vue-elucidate (⭐34) - A component that generates beautiful documentation for your living styleguide / design system.
- vue-md-loader (⭐118) - Markdown files to ALIVE Vue components.
- @vuedoc/parser - Generate a JSON documentation for a Vue file component.
- @vuedoc/md - Generate a Markdown Documentation for a Vue file.
- jsdoc-vue-component (⭐11) - A jsodc3 plugin that extract vue SFC info(name, props, events...) to document.
- jsdoc-vuedoc (⭐19) - A jsdoc3 plugin use
@vuedoc/md
.
- vue-storybook (⭐148) – Add
<story>
blocks to your Vue single file components for tighter integration of Vue + Storybook (⭐84k)
- vue-patterns (⭐3k) - Useful Vue patterns, techniques, tips and tricks and helpful curated links.
- vuese (⭐1.7k) - One-stop solution for vue component documentation.
- vue-dotmd-loader (⭐10) - A webpack loader for loader markdown file transform to vue file.
- vuenit (⭐36) - Utilities for testing Vue components and directives.
- vue-unit (⭐210) - A library for Vue.js that makes it easier to create and unit test components.
- vue-a2b (⭐87) - A library for Split Testing with Vue.js (A/B Testing). Highly configurable and tiny (1.2k gzipped).
- vue-test-utils (⭐3.6k) - Official utilities for testing Vue components.
- vue-test-actions (⭐8) - Unit testing Vuex actions with Jest mocks.
- jest-vue-matcher (⭐8) - Additional jest matchers for vue
- vue-hubble (⭐12) - A better way to select elements for UI testing in Vue.
- Vue Testing Library (⭐1.1k) - Simple and complete testing utilities that encourage good testing practices. Based on DOM Testing Library and built upon the official Vue Test Utils.
- jest-serializer-vue-tjw (⭐33) - Improved formatting of Jest Snapshots
- vuex-test-utils (⭐1) - Unit testing Vux with chai.
- vue-node (⭐62) - Load vue components in node.
- [email protected] (⭐147) - Vue component file syntax for Atom.
- [email protected] - Atom snippets for Vue component files.
- [email protected] (⭐6) - Auto compile vue file on save.
- [email protected] (⭐19) - Atom.io package to lint Sass/SCSS in
.vue
files.
- [email protected] (⭐18) - Atom snippets for javascript and components, including lifecycle hooks, directives, properties, vuex, vue-router, vue-i18n support.
- [email protected] - Vue.js 2.0+ autocomplete for Atom.
- Vue Syntax Highlight (⭐1.5k) - Sublime Text syntax highlighting for single-file Vue components.
- VUEFormatter (⭐26) - Sublime Text code format
- Vue Next Formatter (⭐14) - Sublime Text Vue formatter, Supported ES5/6/7, Less/Sass and Pug/Html template.
- Vim Vue (⭐1.3k) - Syntax Highlight for Vue.js components.
- vim-vue-plugin (⭐177) - Vim syntax and indent plugin for .vue files.
- Vetur (⭐5.7k) - Vue tooling for VSCode.
- Vue VSCode Snippets (⭐1.3k) - Snippets that will supercharge your Vue workflow.
- VuePack (⭐61) - Contains HTML Intellisense and code snippets for the Vue.js JavaScript library.
- Brackets Vue (⭐41) - Brackets extension for Vue.js.
- Vue.js support for WebStorm (⭐2.1k), IntelliJ IDEA, PhpStorm, PyCharm & RubyMine – official Vue.js support by JetBrains
- Vue Mode (⭐327) - Emacs major mode for vue.js.
- Kate Syntax Files (⭐60) - Syntax files (modified or original) for katepart (kate, kwrite, kdevelop).
Components & Libraries / Scaffold
- vue-cli (⭐30k) - Simple CLI for scaffolding Vue.js projects.
- Vue-Django (⭐521) - A boilerplate to set you up in bringing the awesomeness of VueJS into a Django (Python) app.
- python-vuejs (⭐40) - Gluing Python web frameworks and Vue.js with a set of scripts. Basically a
vue-cli
wrapper.
- generator-vue-plugin (⭐29) - Yeoman generator generating vue plugin.
- vue-seed (⭐23) - vue-seed is minimal seed for those looking to get up-and-running with Vue
- nuxt-seed (⭐8) - nuxt-seed is minimal seed for those looking to get up-and-running with Vue and Nuxt
- rails_vue_melt (⭐16) - Rails view with webpack=vue optimizer.
- vue-starter (⭐54) - A Vue.js starter kit that lets you focus on more programming and less configuration.
- vuejs-wordpress-theme-starter (⭐1.6k) - A WordPress theme with the guts ripped out and replaced with Vue
- Cordovue (⭐69) - A sample Apache Cordova application using Vue.
- iBiu (⭐144) A visual CLI for scaffolding large Vue projects in 2 seconds.
- wp-vue (⭐458) - A simple Vue blog template that displays posts from a WordPress REST API endpoint.
- vue-cli-template-nativescript (⭐9) - Template for starting new nativescript+vue projects with rollup+babel+eslint
- vue-element-ui-scaffold - Online and visual Vue 2 with Element-UI CRUD scaffold/generator.
- vue-firebase-element-ui-scaffold - Online and visual Vue 2, Element-UI and Firebase scaffold/generator with CRUDs, authentication, file/image upload, activity log and more.
- vue-vuex-typescript-webpack-seed (⭐35) - A seed project with Vue, Vuex, Typescript, Scss & Webpack with hot reloading
- VueCharged Template (⭐17) - A highly opinionated, feature-first Vue 2 template with CLI scaffolding. Uses Vue 2, Vuex, Vue Router and Vue I18n.
- Huncwot (⭐677) - Vue.js boilerplate with Node.js for building modern JavaScript applications with « batteries included » approach.
- wemake-vue-template (⭐732) - Bleeding edge vue template focused on code quality and developer happiness. Featuring: nuxt, flow, and jest.
- Awesome Vue Boilerplate (⭐66) - 😍 Awesome Vue, 🥰 Vuex, Vuex-pathify, element-ui, tailwindcss
- ScaffoldHub.io - Generate full Vue applications with SQL, MongoDB or Firebase Firestore databases.
- VuePlay - Generate disposable Vue playgrounds in seconds. Allows you to test things quickly.
- Mevn-CLI (⭐823) - Light speed setup for MEVN stack based apps.
- vue-cli-template-registry (⭐2) - A solution for installing vue-cli custom templates hosted on private/enterprise repositories.
- vue-enterprise-boilerplate (⭐7.8k) - An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI 3.
- vue-starters-directory - Search for available scaffold projects and starter kits for VueJS. Features search and github stats are available.
- Bourgeon (⭐64) - Bourgeon is an opinionated-featured VueJS 2.0 setup for Webpack.
- Vue Settler (⭐20) - An opinionated Vue 2.0 SPA Starter.
- vue-multiple-pages (⭐1.1k) - A modern Vue.js multiple pages starter which uses Vue 2, Webpack2, and Element-UI
- vue-typescript-boilerplate (⭐58) - A Vue.js typescript SPA starter with Vue 2, Vue Typed, Vuex, Vue Router and localization
- vue-tachyons-template (⭐12) - A Vue 2 project starter template w/ Tachyons, Webpack, and ESLint
- Vuets (⭐24) - A Vue, TypeScript ready boilerplate using class-style components, vue plugin options, webpack & vue-cli.
- MMF-FE/vue-typescript (⭐88) - A vue2.x typescript template.
- vue-ts-amd (⭐14) - A full-featured Vue.js 2 boilerplate using AMD pattern (RequireJS) and Typescript.
- vue-2-boilerplate - Vue 2 boilerplate for developing medium to large single page applications by petervmeijgaard
- vue-cli-template-library (⭐62) - Template for developing open-source vue.js libraries with Rollup + Jest + Babel + Storybook + TravisCI + SemanticRelease.
- vue-cli-template-github-pages (⭐6) - A full-featured Webpack + vue-loader setup for Github Pages Deployment with travisCI.
- vue-webpack-chrome-extension-template (⭐107) - Template for quick creation of Chrome extension on Vuejs hot reloading when developing.
- vue-auth-boilerplate - Vue SPA boilerplate with Router/Vuex/CLI3 and auth functions (cool looking register and login). Works with minimal setup out of the box with laravel-api-boilerplate-jwt.
- vue-atomic-design - Vue front-end boilerplate based on atomic design methodology.
- SPA Starter Kit (⭐913) - A highly opinionated starter kit for building Single Page Applications with Laravel and Vue.js.
- neutrino-preset-vue-static (⭐15) - A minimalistic starter kit for building static sites using Vue.js.
- Vueniverse (⭐335) - A fully featured, universal Vue template for user-based applications, powered by Nuxt.js and Express.
- vue-preload (⭐15) - A plugin Vue for adding
<link rel="preload"
capabilities
- Vuetober (⭐243) - Single page apps with Laravel, Vue.js, and October CMS.
- vue-server-demo (⭐8) - Writing koa server in Vue.
- vue-apollo-connector-kit (⭐113) - JWT authentication with 2 different strategies (localStorage and httpOnly cookies). Authorization using custom directives (apollo).
- isomor-vue-app (⭐19) - Setup a working environment with Vue and isomor, to unify the frontend and the backend by generating automatically the API.
- Electron Vue (⭐15k) - An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
- VuePack (⭐2.4k) - A modern starter which uses Vue 2, Vuex, Vue-router and Webpack 2 (and even Electron).
- vuelectron - electronjs starter kits for vue.
- vue-design (⭐773) - the best website visualization builder with Vue and Electron.
- dapp (⭐8) - Boilerplate for stack of Vue/Parcel/Electron.
- vue-electron-template (⭐317) - An Electron & Vue.js boilerplate with Hot-reloading enabled and common Vue plugins, dev and build scripts configured using webpack-4
- vue-generator (⭐125) - A CLI generator for Vue components, views and store modules.
- vue-component-generator (⭐13) - A generator for vue component, supports Vue1.X and Vue2.X.
- rapydml_cmp (⭐4) - Vue-component pythonic generator, built on top of RapydML & RapydScript.
- vue-authoring-template (⭐13) - Template for authoring also publishing Vue component and their use case in story-scenario (storybook) format in easy way.
- vue-generate-component-typescript (⭐7) - A typescript code generator for vue, it can generate components, directives, filters.
Components & Libraries / Runtime
- blessed-vue (⭐386) - A VueJS runtime to let you write command line UI in Vue Edit
Components & Libraries / Prerendering
- react-snap (⭐5k) - A zero-configuration static pre-renderer for SPA
- prerender-plugin (⭐15) - A Node.js/ webpack plugin to prerender static HTML in a single-page application (SPA).
- vue-prerender (⭐28) - A Vue.js tailored plugin which implements three strategies for prerendering Vue.js pages using headless chrome.
- Rendora (⭐2k) - dynamic SSR (server-side rendering) using headless Chrome to effortlessly solve the SEO problem for modern javascript websites
- pre-vue (⭐30) - A boilerplate Vue + Nuxt project that offers built-in support for OpenGraph tags, Google Analytics, a sitemap, and robots.txt.
- vue-genesis (⭐548) - 🔥Micro front end, micro service and lightweight solution based on Vue SSR🔥
51. Awesome Sysadmin
Software / Diagramming
- Diagrams.net - A.K.A. Draw.io. Easy to use Diagram UI with a plethora of templates. (Source Code (⭐40k))
Apache-2.0
JavaScript/Docker
52. Awesome Product Management
Books / Obsidian
- Inspired: How to Create Tech Products Customers Love - By Marty Cagan.
53. Awesome Selfhosted
Software / Software Development - IDE & Tools
- Hakatime (⭐624) - WakaTime server implementation with analytics dashboard.
Unlicense
Haskell
54. Awesome Waves
Official
Articles
- How to Build, Deploy and Test a Waves Ride dApp - How to write simple decentralized appication(dApp) and run it on Waves node. (ru)
- Simple voting on the Waves blockchain - The head of the HOA (homeowners association) asks the tenants of the building: "Dear residents, do you agree with the construction of the kids' playground in the yard of your building?". Objective: implement such voting among tenants on the Waves blockchain.
Wallet
- Waves Keeper - Official browser extension allows to manage private keys and interact securely and seamlessly with Waves-enabled web services and dApps.
Other
- ItemMarket - Decentralised platform where everyone can tokenize, sell and buy somebody's in-game items in the form of tokens. (read more)
55. Awesome Ios
Logging
- Gedatsu (⭐531) - Provide readable format about AutoLayout error console log.
Analytics
- Sentry - Sentry provides self-hosted and cloud-based error monitoring that helps all software teams discover, triage, and prioritize errors in real-time.
56. Awesome List
Platforms
- Deno (⭐4.2k) - A secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.
Programming Languages
- Python (⭐215k) - General-purpose programming language designed for readability.
- Asyncio (⭐4.5k) - Asynchronous I/O in Python 3.
- Scientific Audio (⭐1.5k) - Scientific research in audio/music.
- CircuitPython (⭐620) - A version of Python for microcontrollers.
- Data Science (⭐2.5k) - Data analysis and machine learning.
- Typing (⭐1.7k) - Optional static typing for Python.
- MicroPython (⭐1.3k) - A lean and efficient implementation of Python 3 for microcontrollers.
Front-End Development
- Preact (⭐880) - App framework.
- Web Performance Budget (⭐111) - Techniques to ensure certain performance metrics for a website.
Computer Science
Learn
- Educational Games (⭐837) - Learn while playing.
Hardware
- Plotters (⭐1.1k) - Computer-controlled drawing machines and other visual art robots.
Decentralized Systems
- Ethereum (⭐305) - Distributed computing platform for smart contract development.
Miscellaneous
- Homematic (⭐186) - Smart home devices.
57. Awesome Piracy
Streaming Sites / Free Indexers
- How To Stream Movies, TV, Anime & Sports Online 🌟 Huge list by /u/nbatman
Spotify / Third Party Hosts
- BlockTheSpot (⭐6.3k) Video, audio & banner AdBlock/skip for Spotify
58. Awesome Php
Table of Contents / Frameworks
- CakePHP - A rapid application development framework.
- Laminas - A framework comprised of individual components (previously Zend Framework).
- Laravel - A web application framework with expressive, elegant syntax.
- Nette - A web framework comprised of mature components.
- Yii2 (⭐14k) - A fast, secure, and efficient web framework.
Table of Contents / Components
- Laravel Components - The Laravel Framework components.
- Laminas Components - The components that make the Laminas Framework.
Table of Contents / Micro Frameworks
- Mezzio - A micro-framework by Laminas.
- Silly (⭐908) - A micro-framework for CLI applications.
Table of Contents / HTTP
- Nyholm PSR-7 (⭐1.1k) - A super lightweight PSR-7 implementation. Very strict and very fast.
- Laminas Diactoros (⭐456) - PSR-7 HTTP Message implementation.
Table of Contents / Middlewares
- PSR-7 Middlewares (⭐668) - Inspiring collection of handy middlewares.
- Stack - A library of stackable middleware for Symfony.
- Laminas Stratigility (⭐54) - Middleware for PHP built on top of PSR-7.
Table of Contents / Email
- Symfony Mailer (⭐1.5k) - A powerful library for creating and sending emails.
Table of Contents / Files
- Flysystem (⭐13k) - Abstraction for local and remote filesystems.
Table of Contents / Dependency Injection
- Symfony DI (⭐4.1k) - A dependency injection container component.
Table of Contents / Testing
- Behat - A behaviour driven development (BDD) testing framework.
Table of Contents / Continuous Integration
- Jenkins - A continuous integration platform with PHP support.
Table of Contents / Documentation
- daux.io (⭐791) - A documentation generator that uses Markdown files.
Table of Contents / Event
- CakePHP Event (⭐22) - An event dispatcher library.
- ReactPHP (⭐8.9k) - An event driven non-blocking I/O library.
Table of Contents / Database
- CakePHP ORM (⭐148) - Object-Relational Mapper, implemented using the DataMapper pattern.
- Laravel Eloquent (⭐2.7k) - A simple ORM.
Table of Contents / Queue
- Enqueue (⭐2.2k) - A message queue packages for PHP that supports RabbitMQ, AMQP, STOMP, Amazon SQS, Redis and Doctrine transports.
Table of Contents / Strings
- Stringy (⭐169) - A string manipulation library with multibyte support.
Table of Contents / Filtering, Sanitizing and Validation
- CakePHP Validation (⭐43) - Another validation library.
Table of Contents / API
- Laminas API Tool Skeleton (⭐49) - An API builder built with the Laminas Framework.
Table of Contents / Caching and Locking
- CakePHP Cache (⭐51) - A caching library.
- Laminas Cache (⭐97) - Another caching library.
Table of Contents / Data Structure and Storage
- CakePHP Collection (⭐88) - A simple collections library.
- Laminas Serializer (⭐33) - Another library for serialising and de-serialising data.
Table of Contents / Internationalisation and Localisation
- CakePHP I18n (⭐29) - Message translation and localization for dates and numbers.
Configuration / Serverless
- Yo! Symfony TOML (⭐199) - A PHP parser for TOML (⭐19k).
Configuration / PHP Installation
- HomeBrew - A package manager for OSX.
Configuration / Development Environment
- Laravel Homestead - A local development environment for Laravel.
- Laradock - A full PHP development environment based on Docker.
- Vagrant - A portable development environment utility.
Configuration / Virtual Machines
- PeachPie (⭐2.3k) - PHP compiler and runtime for .NET and .NET Core.
59. Awesome Cybersecurity Blueteam
macOS-based defenses / Overlay and Virtual Private Networks (VPNs)
- BlockBlock - Monitors common persistence locations and alerts whenever a persistent component is added, which helps to detect and prevent malware installation.
60. Awesome Wp Cli
Third-party packages / Package discovery
- Packagist.org search by WP-CLI package type - Composer packages filtered by type
wp-cli-package
.
Third-party packages / Notable packages
- schlessera/wp-cli-psysh (⭐23) - Replace WP-CLI shell standard REPL with PsySH.
Tutorials & guides / Notable packages
- Siteground Webinar: Learn How WP-CLI Can Make Your Life Easier - Practical examples on how you can improve your workflows with WP-CLI.
61. Awesome Plotters
Inspiration, Instruction, and Research / Fonts
- How to Draw Generative Art with an Axidraw Pen Plotter - Lots of nice tips, not all specific to the Axidraw, plus some pen reviews and handy 3d-printed tools.
Plotter Art For Sale / Patents
62. Awesome Free Software
Software / Command Line Tools
- GNU stow - GNU Stow is a symlink farm manager which takes distinct packages of software and/or data located in separate directories on the filesystem, and makes them appear to be installed in the same place. (GNU GPLv3 (⭐14k))
Software / Text Editors
- vim - Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient. (GNU GPL compatible)
63. Awesome Electronics
Learning / University Course Archives
- Berkeley EECS - Comprehensive EE & CS course website archives.
- Dr. Jacob Baker - Courses and tutorials, professor at The University of Nevada, Las Vegas.
- Dr. Abraham, Dr. McDermot, and Dr. Valvano - Courses materials, professors at UT Austin
Videos / Help
- Robert Feranec - 100+ Hardware design tips and tricks. Videos about Schematic design and PCB layout.
64. Awesome React Components
Table
- KendoReact Grid - Powerful data grid component with 100+ ready-to-use features like paging, sorting, export to Excel, and more.
Responsive / Material Design
- mdbootstrap (⭐1.4k) - React Bootstrap with Material Design
65. Public Apis
Cloud Storage & File Sharing
API: Pantry
Description: Free JSON storage for small projects
Auth: No
HTTPS: Yes
CORS: Yes
Postman:
Development
API: Image-Charts
Description: Generate charts, QR codes and graph images
Auth: No
HTTPS: Yes
CORS: Yes
API: ScrapingDog
Description: Proxy API for Web scraping
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
66. Awesome Wagtail
Resources / Articles
67. Webcomponents the Right Way
Codelabs
Use Cases
React
Tutorials
History / 2018
68. Awesome Web Security
OAuth
- Introduction to OAuth 2.0 and OpenID Connect - Written by @PhilippeDeRyck.
XSS
- $20000 Facebook DOM XSS - Written by @vinodsparrow.
Miscellaneous / Server-Side Request Forgery
69. ALL About RSS
Apps / Outline Processor Markup Language
RSSHub / Outline Processor Markup Language
TTRSS / Outline Processor Markup Language
universally from / multiple sources
specifically from (a certain platform) / GitHub
RSS Feed Finding/Detection / Webpage Monitor Services with capability of monitoring RSS Feed 1264
RSS2NEWSLETTER / Docsify
RSS2TWITTER / Docsify
WordPress plugins / Webpage Monitor Services with capability of monitoring RSS Feed 1264
- Ultimate Category Excluder 582 : Exclude category from Feeds
🧩 API / Webpage Monitor Services with capability of monitoring RSS Feed 1264
Tech or IT / Webpage Monitor Services with capability of monitoring RSS Feed 1264
Podcast apps that will work with your custom RSS link / Crypto or Blockchain relevant
Podcast Feed Customization / Crypto or Blockchain relevant
- podcast4us 595 : generates RSS feed for ximalaya.com
Podcast Statistics / Crypto or Blockchain relevant
Podcast Search Engine / Crypto or Blockchain relevant
Telegram / Crypto or Blockchain relevant
70. Awesome React Native
Assorted
- React Native: Native Modules made for React developers - on the developer experience with 3rd-party libraries for RN 0.60+
UI
- stacks ★156 (⭐776) - Stacks: a set of layout components for building RN views blazingly fast ⚡, and with debug mode and design system grid you can investigate non-trivial visual issues.
- react-native-wheel-picker-android ★186 (⭐335) - Simple and flexible React native wheel picker for Android, including DatePicker and TimePicker.
- react-native-actions-sheet ★94 (⭐945) - A Cross Platform(Android & iOS) ActionSheet with a flexible api, native performance and zero dependency code
- react-native-draggable-grid ★79 (⭐208) - A React Native draggable and sortable grid component write by typescript.
- react-native-easy-dnd ★39 (⭐125) - Drag and drop component for react-native
- react-native-notifier ★16 (⭐813) - Fast and simple in-app notifications for React Native
- react-native-loader-kit ★1 (⭐19) - Purely native loading animations for React Native.
- react-native-new-feature ★1 (⭐13) - A simple and lightweight What's New component to show your latest React native Features.
Navigation
- react-native-email-chip ★8 (⭐17) - A simple yet customizable component to display a chip list of emails
Text & Rich Content / Navigation Demos
- react-native-markdown-display ★57 (⭐366) - Highly customizable Markdown renderer using native components for all its elements without any web-view.
- react-native-markdown-editor ★47 (⭐75) - Markdown editor like github comment editor (contains preview, markdown buttons)
- react-native-showdown ★43 (⭐48) - React-native component which renders markdown into a webview!
Utils & Infra / Navigation Demos
- react-native-mov-to-mp4 ★44 (⭐59) - utils for Converting mov file to mp4 for cross-platform playback compatibility.
Forms / Navigation Demos
- react-hook-form ★9346 (⭐31k) - React hooks for forms validation without the hassle.
- redux-hook-form ★2700 (⭐31k) - React hooks for form validation without the hassle. (Web and Native)
System / Navigation Demos
- react-native-ultimate-config (⭐200) - Configure all levels of your react-native app with a single file
- react-native-media-clipboard (⭐46) - React Native module for getting images, URLs, and strings from the clipboard
- react-native-background-downloader ★93 (⭐270) - Help you download large files on iOS and Android both in the foreground and most importantly in the background.
Media / Navigation Demos
- react-native-photoeditorsdk ★24 (⭐82) - React Native module for PhotoEditor SDK (Android & iOS)
- react-native-videoeditorsdk ★18 (⭐107) - React Native module for VideoEditor SDK (Android & iOS)
Storage / Navigation Demos
- RxDB ★12797 (⭐18k) - A realtime Database for JavaScript Applications.
Integrations / Navigation Demos
- react-native-twitter-signin ★140 (⭐164) - Login for your react native applications with client Twitter account
- react-native-intercom *323 (⭐409) - A React Native Intercom Wrapper.
Open Source Apps / Navigation Demos
- NMF.earth ★14 (⭐342) - Calculate, understand and reduce your carbon footprint. Available for Android and iOS, using Expo, Redux Toolkit and Typescript.
Tutorials / Navigation Demos
Newsletters / Navigation Demos
71. Awesome Aws
Open Source Repos / CloudFormation
- cloudreach/sceptre 🔥🔥🔥🔥 (⭐1.4k) - A CLI tool for automating CloudFormation.
Open Source Repos / SQS
- amazon-sqs-java-messaging-lib 🔥 (⭐150) - Holds the Java Message Service to communicate with SQS.
Open Source Repos / Miscellaneous Repos
- segmentio/stack 🔥🔥🔥🔥🔥 (⭐2.1k) - A set of Terraform modules for configuring production infrastructure.
- Prev: May 25 - May 31, 2020
- Next: May 11 - May 17, 2020