Tag: vue

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.

Oduah Chigozie
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
Vue Logo Over a Bookshelf

Building a Vue 3 component library

Dev

Learn how to create a Vue 3 component library and publish it to npm, as well as publish the docs on GitHub Pages.

Anthony Gore
Dec 22, 2021 ⋅ 6 min read
Building an App with Electron and Vue

Building an app with Electron and Vue

Dev

If you’ve worked with Vue before, it’s simple to get started with Electron. Use the Vue CLI plugin for Electron Builder and make a demo app.

Elijah Asaolu
Dec 16, 2021 ⋅ 6 min read
Getting Component Vue QuerySelector

Getting an element within a component with Vue querySelector

Dev

Make your webpage more interactive by getting an element within a component’s tag name, class name, or ID using the querySelector function in Vue.

Popoola Temitope
Dec 14, 2021 ⋅ 4 min read
ImageKit Logo Over a Few Photographs

Image branding with ImageKit and Vue.js

Dev

In this article, you’ll learn to integrate ImageKit into a Vue.js application and how to perform the transformations provided by the service.

Subha Chanda
Dec 7, 2021 ⋅ 5 min read
Best Practices Mapping Vuex

Best practices for Vuex mapping 

Dev

If used properly, Vuex can make your life a lot easier. But if you’re not careful, it can also make a mess of your codebase.

Moses Anumadu
Nov 17, 2021 ⋅ 3 min read
Automatically build and deploy a Vue.js app with GitHub Pages

Automatically build and deploy a Vue.js app with GitHub Pages

Dev

Learn how to automatically build and deploy a Vue.js project to GitHub Pages, a static site hosting service for your GitHub projects.

Nwose Lotanna
Nov 5, 2021 ⋅ 4 min read
Scaffolding an App with Vue 3, Nuxt, and TypeScript

Scaffolding an app with Vue 3, Nuxt, and TypeScript

Dev

Learn how Nuxt, Vue 3, and TypeScript work together in this job board demo app and how this combination supports developer experience.

Lawrence Eagles
Oct 15, 2021 ⋅ 6 min read