Tag: vue

The 8 Best Chart Libraries For Vue

The 8 best chart libraries for Vue

Dev

Explore the best chart libraries in Vue according to their data integration, maintenance, and attractive designs.

Harsh Patel
Mar 23, 2022 ⋅ 6 min read
Vue.js Event Emitters Modify Component Data

Using Vue.js event emitters to modify component data

Dev

This demo shows how to pass data and its state from a child component to its parent component in Vue.js using event emitters.

Nwose Lotanna
Mar 21, 2022 ⋅ 3 min read
Vue Bootstrap Table Component

Build a table component from scratch in Vue 3 with Bootstrap

Dev

Build a responsive, accessible table component from scratch in Vue 3 with sorting and filtering features, using Bootstrap for custom styling.

Abiola Farounbi
Mar 17, 2022 ⋅ 5 min read
Authentication Vue Node

How to implement JWT authentication with Vue and Node.js

Dev

Review how JWT works in detail, then learn how to perform authentication requests on a Vue client app with a Node.js backend.

Alexander Nnakwue
Mar 9, 2022 ⋅ 16 min read
How to build and deploy a Vue.js app with Cloud Firestore and Vuefire

How to build and deploy a Vue.js app with Cloud Firestore and Vuefire

Dev

Learn how to build and deploy a Vue.js application with CRUD functionalities two ways: using Cloud Firestore with Firebase, or using Vuefire.

Timothy Olaleke
Mar 2, 2022 ⋅ 8 min read

A deep dive into custom directives in Vue.js

Dev

In this in-depth tutorial, learn how Vue custom directives can make your code cleaner and easier to read, and even give it an edge over React apps.

Rahul Chhodde
Feb 24, 2022 ⋅ 9 min read

How to build a Vue.js app with Django REST framework

Dev

Learn how to build a powerful, full stack web app with Vue.js and Django REST framework using this in-depth guide and example build.

Rose Chege
Feb 17, 2022 ⋅ 11 min read
A Definitive Guide To Vue 3 Components

A definitive guide to Vue 3 components

Dev

Vue apps consist of components, which are reusable pieces of UI code that build functional and complex web applications.

Chigozie Oduah
Feb 9, 2022 ⋅ 8 min read
Vue Property Decorator

Define properties with Vue Property Decorator and TypeScript

Dev

Support TypeScript in Vue class-based components by defining properties directly on the class in Vue components using Vue Class Component and Vue Property Decorator.

Oyetoke Tobi
Feb 2, 2022 ⋅ 4 min read
Vue vs Svelte Comparing Framework Internals

Svelte vs. Vue: Comparing framework internals

Dev

Svelte improves on what made us love Vue to begin with, like high performance, a lightweight and familiar templating syntax, and an easy learning curve.

David Omotayo
Jan 24, 2022 ⋅ 12 min read

Build a universal Vue component library with Vue Demi

Dev

Learn how to use Vue Demi, a tool that allows developers to build universal libraries for Vue 2 and Vue 3 without the hassle of two codebases.

Enoch Chejieh
Jan 4, 2022 ⋅ 4 min read
Vue Logo

Building a PWA with Vue.js

Dev

Discover what a PWA is, how to build one with Vue.js, and some tips, tricks, and best practices you can use along the way.

Josh Collinsworth
Dec 30, 2021 ⋅ 12 min read