Tag: nuxtjs

Gridsome vs. Nuxt.js: Comparison and Tutorial With Examples

Gridsome vs. Nuxt.js: Comparison and tutorial with examples

Dev

In this guide, we’ll evaluate Gridsome and Nuxt.js in terms of the developer experience, general use and best practices, structure, and community adoption. Then we’ll build an example blog with both frameworks.

Edmund Ekott
Feb 17, 2021 ⋅ 10 min read
Handling server side applications with Nuxt’s Composition API

Handling server-side applications with Nuxt’s Composition API

Dev

In this post, we’ll take a look at how the Nuxt Composition API works and best practices for using it in projects.

Raphael Ugwu
Dec 15, 2020 ⋅ 4 min read
Using Serverless Functions With Nuxt.js

Using serverless functions with Nuxt.js

Dev

Nowadays, you don’t need to know about managing servers to build and ship an application. That’s what serverless is all about.

Chimezie Enyinnaya
Nov 6, 2020 ⋅ 6 min read
How to Take Full Advantage of Full-Static Mode in Nuxt 2.13

How to take full advantage of full-static mode in Nuxt.js 2.13

Dev

Nuxt.js 2.13 introduced improved support for static apps, making it possible to specify how apps in universal mode are handled. In this guide, we’ll zoom in on this new full-static mode.

Edmund Ekott
Oct 6, 2020 ⋅ 2 min read
The Nuxt.js logo.

Working with context, helpers, and advanced properties in Nuxt.js

Dev

This tutorial dives into some useful properties in Nuxt, including Context, and shows you how to configure features to do more with Nuxt than you’re generally capable to do by default.

Timi Omoyeni
Oct 1, 2020 ⋅ 6 min read
The Nuxt.js logo.

Building a Nuxt.js dashboard application with Cube.js and Highcharts

Dev

Learn how to create a Nuxt.js dashboard using a database in Cube.js and custom visualizations built with Highchart.

Daniel Phiri
Jul 20, 2020 ⋅ 10 min read
An image of the Nuxt and Strapi logos.

Delivering content with Strapi and Nuxt

Dev

This guide shows you how to set up a Strapi backend with a Nuxt frontend along with a GraphQL API.

Daniel Phiri
Mar 19, 2020 ⋅ 4 min read
How to Set Up and Code Nuxt.js Apps Fully in TypeScript

How to set up and code Nuxt.js apps fully in TypeScript

Dev

Learn how to build a Nuxt.js application completely in TypeScript using both official and third-party libraries to help reduce bugs and facilitate collaboration among developers.

Preetish HS
Mar 17, 2020 ⋅ 8 min read

The best static websites generators compared

Dev

If you haven’t been keeping up with the static websites hype train, I’d say you’re reading this at just the […]

Arek Nawo
Mar 4, 2020 ⋅ 11 min read

Build an isomorphic application with Nuxt.js and Node

Dev

In this post, we’ll explore isomorphic applications and use Nuxt to build a pet adoption website that preloads data on the server-side before rendering the UI.

Jordan Irabor
Feb 3, 2020 ⋅ 13 min read
How Nuxt.js Solves The SEO Problems In Vue.js

How Nuxt.js solves the SEO problems in Vue.js

Dev

While Google does say its crawlers can index SPAs, it’s better to be safe than sorry. Use Nuxt.js for your Vue app.

Preetish HS
Dec 25, 2019 ⋅ 6 min read
Useful Development Tools For Vue.js

5 useful development tools for Vue.js

Dev

Vue can be a joy to use, but you may need extra tools to efficiently build apps with it. We cover five tools to do just that.

Deji Atoyebi
Jun 24, 2019 ⋅ 5 min read