Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
nuxt

11 Articles
Direct link to the article Using Nuxt and Supabase for a Multi-User Blogging App
nuxt supabase

Using Nuxt and Supabase for a Multi-User Blogging App

Nuxt is a JavaScript framework that extends the existing functionality of Vue.js with features like server-side rendering, static page generation, file-based routing, and automatic code splitting among other things.

I’ve been enjoying using frameworks like Nuxt and Next because they …

Nader Dabit on Aug 19, 2021
Direct link to the article New Nuxt Features past v2.10
nuxt

New Nuxt Features past v2.10

Nuxt offers an incredible developer experience, with a lot of performance and application setup best practices baked in. In recent releases, they’ve been working on taking this developer experience to the next level, with some newer features that speed up …

Sarah Drasner on Aug 9, 2021
Direct link to the article What I Learned Building a Word Game App With Nuxt on Google Play
app store application development native apps nuxt pwa vue

What I Learned Building a Word Game App With Nuxt on Google Play

I fell in love with coding the moment I created my first CSS :hover effect. Years later, that initial bite into interactivity on the web led me to a new goal: making a game.…

Josh Collinsworth on May 25, 2021
Direct link to the article Comparing Static Site Generator Build Times
eleventy gatsby hugo jekyll next.js nuxt static site generators

Comparing Static Site Generator Build Times

There are so many static site generators (SSGs). It’s overwhelming trying to decide where to start. While an abundance of helpful articles may help wade through the (popular) options, they don’t magically make the decision easy.

I’ve been on a …

Sean C Davis on Nov 11, 2020
Direct link to the article Setting up and Customizing the Ant Design System in a Nuxt App
ant design less nuxt vue

Setting up and Customizing the Ant Design System in a Nuxt App

I don’t typically work with UI libraries because they can be cumbersome and hard to override, which can contribute to a bloated. However, Ant Design has recently gained some some of my affection because it’s easy to use, has extensible …

Sarah Drasner on Sep 9, 2020
Direct link to the article How To Create A Headless WordPress Site On The Jamstack
jamstack netlify nuxt static sites WordPress

How To Create A Headless WordPress Site On The Jamstack

Just this morning, Chris shared a streamlined way to get a static site up and running with Netlify. As it happens, Sarah and I also wrote up a little something that expands that idea where a static site can …

Geoff Graham on Nov 8, 2022
Direct link to the article Creating Dynamic Routes in a Nuxt Application
nuxt routing vue vuex

Creating Dynamic Routes in a Nuxt Application

In this post, we’ll be using an ecommerce store demo I built and deployed to Netlify to show how we can make dynamic routes for incoming data. It’s a fairly common use-case: you get data from an API, and you …

Sarah Drasner on Jul 31, 2019
Direct link to the article Native-Like Animations for Page Transitions on the Web
animation native-like animation nuxt page transitions vue vue animations

Native-Like Animations for Page Transitions on the Web

Some of the most inspiring examples I’ve seen of front-end development have involved some sort of page transitions that look slick like they do in mobile apps. However, even though the imagination for these types of interactions seem to abound, …

Sarah Drasner on Dec 19, 2020
Direct link to the article VuePress Static Site Generator
generator nuxt vue

VuePress Static Site Generator

VuePress is a new tool from Vue creator Evan You that spins up Vue projects that are more on the side of websites based on content and markup than progressive web applications and does it with a few strokes of …

Geoff Graham on Apr 18, 2018
  • 1
  • 2
  • Older

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top