• A vue.js server side component to create dynamic tables

    Vue Datasource A Vue.js component to create dynamic tables. Compatible with Vue 2.x and Laravel. Install/Usage $ npm install vue-datasource <div id="#app"> <server-datasource source="api_url" :columns="

    2023-03-15 21:11:13 view :112
  • A Vue.js 2 component to draw QR codes on an HTML Canvas using qrious

    vue-qriously A Vue.js 2 component to draw QR codes on an HTML Canvas using qrious. Installation With Modules // ES6 import Vue from 'vue' import VueQriously from 'vue-qriously' Vue.use(VueQriously) // ES5 var Vue = require('vue') Vue.use(require('vue-qrio

    2023-03-16 08:26:02 view :51
  • A Vue.js pluggin for fuzzy search library

    vue-fuse A Vue.js pluggin for fuzzy search library, Fuse.js There are two ways to use this plugin. The vue-fuse component, or the $search method. Be sure to take a look at the documentation for both below. Install npm install vue-fuse yarn add vue-fuse In

    2023-03-22 06:49:24 view :222
  • Algolia components for building search UIs with Vue.js

    Vue InstantSearch Lightning-fast search for Vue.js apps Installation Vue InstantSearch is available in the npm registry. Install it: # with npm npm install --save vue-instantsearch # with yarn yarn add vue-instantsearch Live Demo https://community.algolia

    2023-02-22 02:43:33 view :30
  • Simple calculator during my learning process of Vue.js 2

    Vue Calculator A Simple calculator during my learning process of Vue.js 2. BY Paolo Duzioni Live demo See the Pen Vue Calculator by Paolo Duzioni (@Paolo-Duzioni) on CodePen.

    2023-01-24 20:02:53 view :44
  • FLIPing slides with Vue.js

    FLIPing slides with Vue.js Vue's contains built in FLIP animation features, and allows for some really powerful CSS transitions. This is a demo of fun ways I've found to utilize both Vue's FLIP and transition classes. Live demo " data-preview="true" cl

    2023-02-25 12:16:37 view :56
  • Minimal blog concept with Vue.js

    minimal blog concept with Vue.js minimal blog concept with Vue.js #2 Made BY Mert Nerukuc. Live demo See the Pen minimal blog concept with Vue.js #2 by Mert Nerukuc (@knyttneve) on CodePen.

    2023-02-20 11:02:29 view :48
  • Powerfull Carousel component for Vue.js

    vue-agile Carousel component for Vue.js inspired by Slick. More powerfull with each version, touch-friendly, written in Vue and Vanilla JS (without jQuery dependency). Live Demo https://lukaszflorczak.github.io/vue-agile/ Installation yarn add vue-agile o

    2023-03-16 03:25:35 view :36
  • A battery-like pomodoro timer made with Vue.js

    Vue Pomodoro Timer A battery-like pomodoro timer made with Vue.js. The battery alters its color and becomes empty while discharging. Live Demo https://codepen.io/alexnoz/pen/rwgZqz?limit=all&page=9&q=vue See the Pen Vue Pomodoro Timer by Alex N (@

    2023-03-24 07:43:30 view :53
  • Digital Clock with Vue.js

    Digital Clock with Vue.js A beautiful Digital Clock with Vue.js. Made BY Toshiyuki TAKAHASHI. Live demo See the Pen Digital Clock with Vue.js by Toshiyuki TAKAHASHI (@gau) on CodePen.

    2023-03-25 12:48:25 view :376
  • Flip clock and countdown with Vue.js

    A Simple Flip clock and countdown with Vue.js.

    2023-03-26 14:05:22 view :617
  • Bootstrap Wizard with Vue.JS

    Bootstrap Wizard A nice Bootstrap Wizard with Vue.JS. made by chris. Live demo See the Pen Bootstrap Wizard powered by VueJS by chris (@chrgl86) on CodePen.

    2023-03-24 16:30:01 view :482
  • Clock countdown with Vue.js & Moment.js

    Clock countdown with Vue.js & Moment.js.

    2023-03-21 07:48:23 view :235
  • Task List with vue.js

    Task List A smiple Task List examples with vue.js. Made BY King Rayhan. Live demo See the Pen VUE TaskList by King Rayhan (@kingRayhan) on CodePen.

    2023-03-14 07:15:05 view :227
  • Simple CRUD with Vue.js

    Simple CRUD with Vue.js Simple CRUD with vue.js for those willing to acquire the basics of this awesome javascript framework. Create , Read ,Update, Delete are made easy with this simple example Made BY Ethiel ADIASSA. Live demo See the Pen Simple CRUD wi

    2023-03-28 13:32:06 view :244
  • A reactive d3.js chart assembled using Vue.js templating system

    Vue.js + d3.js (using virtual DOM) A reactive d3.js chart assembled using Vue.js templating system, with prop inheritance and watch state propagation. Drawing charts in a purely Vue.js manner, instead of using DOM construction features of d3.js. Live demo

    2023-03-13 18:14:00 view :64
  • A Vue.js component that provides "Add to Calendar" functionality

    vue-add-to-calendar A Vue.js component that provides "Add to Calendar" functionality, works with Vue 2.X. Live Demo https://nicolasbeauvais.github.io/vue-add-to-calendar/ Include support for: Google calendar Microsoft live calendar Installation

    2023-01-02 19:05:27 view :42
  • AN ONBOARDING MODAL WITH VUE.JS

    AN ONBOARDING MODAL WITH VUE.JS Step through on-boarding (or whatever, really) screens in a modal horizontally or vertically. Made with Html Css/SCSS vue.min.js Author Jase Demo See the Pen Boardal — An Onboarding Modal with Vue.js by Jase (@jasesmith) on

    2023-03-18 08:02:17 view :83
  • React inspired style guide generator for Vue.js

    Vue js components styleguide generator For purpose of having a demo of your Vuejs components please take a look at following projects that do really great job and are really handy for you dev workflow with Vuejs: storybook for vuejs and vue-styleguidist.

    2023-03-24 07:56:55 view :53
  • Vue.js 2.2 complete CheatSheet

    cheatsheet Vue.js 2.2 complete API cheatsheet. Live Demo https://vuejs-tips.github.io/cheatsheet/ https://vuejs-tips.github.io/cheatsheet/vuejs-cheatsheet.pdf GitHub

    2023-03-28 15:41:19 view :171
First ... 2 3 4 5 6 7 8 ... End