Tag: vue

Vue authentication using Vuex, vue-router, and Auth0

Handling authentication in Vue.js using Vuex, Vue Router, and Auth0

Dev

Swing through this tutorial on an alternate method of handling authentication using Vuex, Vue Router, and Auth0.

David Atanda
Jun 2, 2021 ⋅ 7 min read
Nuxt-Vue-Server-Side-Rendering

Server-side rendering with Vue and Nuxt.js

Dev

Learn about server-side rendering (SSR) and client-side rendering (CSR), how its evolved, and how to use implement it with Nuxt.js and Vue.

Caleb Oki
Jun 1, 2021 ⋅ 13 min read
Theming Vue.js With Styled-Components

Theming Vue.js with styled-components

Dev

Learn how utilizing styled-components to theme in Vue.js can provide an alternative way to style compared to traditional CSS in JavaScript.

Kasra Khosravi
May 28, 2021 ⋅ 5 min read
Vue Computed Properties

Understanding computed properties in Vue.js

Dev

Learn the basics of using computed properties in Vue.js to set static or dynamic values to display on the template.

David Atanda
May 4, 2021 ⋅ 6 min read
Lazy Loading and Code Splitting in Vue.js

Lazy loading components and code splitting in Vue.js

Dev

This introductory tutorial is designed to show you how Vue.js handles lazy loading at the route level of abstraction with the help of webpack code splitting

Nwose Lotanna
Apr 15, 2021 ⋅ 5 min read
Vue Logo

Best practices for loading fonts in Vue

Dev

These best practices will help you load fonts in Vue apps, ensuring you serve fonts that look nice without compromising performance.

Kelvin Gobo
Apr 1, 2021 ⋅ 4 min read
Vuejs Mobile App Development Framework

Comparing Vue.js mobile app development frameworks

Dev

Evaluate the top frameworks available for building mobile applications with Vue.js and compare the strengths and weaknesses of each.

Ejiro Asiuwhu
Mar 31, 2021 ⋅ 12 min read
Vue and Deno Logos

Using vno to configure a Vue app

Dev

What is vno? This post covers the powerful features it offers, how to install Deno, and how to configure a new Vue app using vno.

Elijah Asaolu
Mar 18, 2021 ⋅ 4 min read
The Nuxt.js and Vuex Logos

Scalable state management with Vuex and Nuxt.js

Dev

This short overview covers the various ways you can structure different-sized applications using Vuex and Nuxt.js.

Emmanuel Akhigbe
Mar 10, 2021 ⋅ 6 min read
Surge Logo

How to auto-deploy frontend applications to Surge using continuous deployment

Dev

Learn how to deploy frontend applications to Surge with Git hooks and Travis CI, a tool for continuous integration and deployment.

Okewole Oluwatobi
Feb 24, 2021 ⋅ 4 min read
vue-composition-api-vs-react-hooks

Vue Composition API vs. React Hooks

Dev

Vue API and React Hooks handle state and the reuse of logic in components. Examine each to determine which program is best for your needs.

Favour Vivian Woka
Feb 16, 2021 ⋅ 5 min read
Styling a Vue.js application using CSS

Styling a Vue.js application using CSS

Dev

Learn to apply different CSS styling methods to your Vue.js application to improve its aesthetic performance.

Amarachi Amaechi
Feb 4, 2021 ⋅ 4 min read