Tag: vue

Refactoring your Vue 2 apps to Vue 3

Refactoring your Vue 2 apps to Vue 3

Dev

Explore the new Vue 3 features that provide developers with a better way to build in this in-depth tutorial with examples.

Peter Ekene Eze
Sep 25, 2021 ⋅ 9 min read
vue-loader Tutorial

Using vue-loader to create single-page applications

Dev

Learn how vue-loader defines Vue.js components as single-file components to create single-page applications.

Ibiyemi Adewakun
Sep 15, 2021 ⋅ 6 min read
Getting Started with vue.draggable

Getting started with vue.draggable

Dev

Learn to use vue.draggable, the official Sortable.js component for Vue-based projects, and build a sample Kanban board.

Elijah Asaolu
Sep 10, 2021 ⋅ 8 min read

Create a custom tooltip component in Vue

Dev

Provide information to users without cluttering your UI by creating a tooltip component in Vue. Build a tooltip from scratch and with Vuetify and BootstrapVue.

Kasra Khosravi
Sep 9, 2021 ⋅ 5 min read

Using Vue.js slots to pass HTML content to components

Dev

Learn how using Vue.js slots can be an efficient solution for passing down template code from one component to another.

Nwose Lotanna
Sep 9, 2021 ⋅ 5 min read
Vue Logo

Using SVG and Vue.js: A complete guide

Dev

This is a complete guide to using SVG with Vue, including practical examples and best practices to help you along the way.

Josh Collinsworth
Sep 7, 2021 ⋅ 12 min read
Laravel Livewire vs. Vue

Livewire vs. Inertia.js: Comparing Laravel frontends

Dev

In this guide, we’ll compare Laravel’s Livewire and Inertia.js frontend templates, and help you decide which to use in your next project.

James James
Sep 4, 2021 ⋅ 6 min read

Rendering large datasets in Vue.js

Dev

Render large datasets in your Vue.js apps with ease with these advanced tips for useful components and general memory handling.

Indrajith Ekanayake
Sep 2, 2021 ⋅ 5 min read
Event Handling Vue

Deep dive into Vue event handling

Dev

Provide a rich UX by dynamically handling events in your Vue application. Customize your application with event listeners and add an appropriate reaction.

Amarachi Amaechi
Aug 30, 2021 ⋅ 5 min read
Vue Mixins and Custom Functions

How to use mixins and custom functions in Vue

Dev

Vue mixins and directives allow you to further extend your application and write more readable code by minimizing moving parts.

Christian Nwamba
Aug 30, 2021 ⋅ 6 min read
Comparing Vue.js Date Pickers

Comparing Vue.js date pickers

Dev

Learn which Vue.js date pickers are best for your booking or logistics application to provide useful yet stylish user experiences.

Ejiro Asiuwhu
Aug 27, 2021 ⋅ 8 min read

The ultimate guide to Vue Router

Dev

Explore the functionality of Vue Router with this advanced overview of features that will give your Vue app users a top notch experience.

Iniubong Obonguko
Aug 24, 2021 ⋅ 11 min read