📰 Dev.to · Debbie O'Brien
Articles from Dev.to · Debbie O'Brien · 18 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10218)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Debbie O'Brien
4y ago
Pagination in Nuxt Content
Nuxt content is by far my favorite feature of Nuxt. It allows me to easily write my blog posts in...

Dev.to · Debbie O'Brien
4y ago
Embedding Figma into your Dev Environment
When designs live in one place and component files in other it is often hard to keep things in sync. What if we could add the designs directly into the develope

Dev.to · Debbie O'Brien
5y ago
Deploying your Nuxt app to Netlify
When starting out in development we need to learn so many things. A new language, a new framework and...

Dev.to · Debbie O'Brien
5y ago
Adding analytics to your Nuxt site
I recently just added Plausible to my personal Nuxt site. Although I am still running the free trial...

Dev.to · Debbie O'Brien
5y ago
Setting up Cypress
Cypress is a great way of testing your frontend application with end to end tests and it is so nice t...

Dev.to · Debbie O'Brien
5y ago
Securing your Hasura graphQL endpoint
Hasura is a great way for storing data and you can create your own endpoint in a matter of minutes wi...

Dev.to · Debbie O'Brien
5y ago
Getting data from Hasura onto your Nuxt.js app
Hasura is a great way for storing data and is really easy to setup. I normally don't use the words ea...

Dev.to · Debbie O'Brien
5y ago
Adding a PWA in Nuxt.js
Most people don't realise how easy it really is to add a PWA with Nuxt.js. Progressive Web Apps (PWA)...

Dev.to · Debbie O'Brien
5y ago
Page and Layout Transitions in Nuxt.js
With Nuxt.js it is really easy to add transitions between your pages. You can create transitions for...

Dev.to · Debbie O'Brien
5y ago
ignoring your files with Nuxt.js
In Nuxt.js there are 3 different ways to ignore files during the build phase. This is great for stati...

Dev.to · Debbie O'Brien
5y ago
Creating an error page in Nuxt.js
An error page is the page you see when you arrive at a page that can't be found. These are typically...

Dev.to · Debbie O'Brien
5y ago
Styling your active classes in Nuxt.js
Nuxt.js, which uses vue-router, can easily tell what route you are on and therefore can add a class t...

Dev.to · Debbie O'Brien
5y ago
Configure the Nuxt.js server to see your site on your mobile
Sometimes you want to test out your site on your actual mobile device or tablet and not just in the d...

Dev.to · Debbie O'Brien
5y ago
Show a message when your user is offline with $nuxt.isOffline
Did you know that $nuxt.isOffline can be used to show your users content based on if they are online...

Dev.to · Debbie O'Brien
5y ago
The Nuxt Loading Progress Bar
Nuxt.js automatically gives you a loading progress bar component which is shown between routes. Did y...

Dev.to · Debbie O'Brien
5y ago
Let's Analyze your webpack bundles with Nuxt
It is really important to know what you are shipping to production. As we add so many third party lib...

Dev.to · Debbie O'Brien
5y ago
SEO in Nuxt.js with the Head Property
There are 3 ways to add a title and meta description to your Nuxt.js application which is extremely u...

Dev.to · Debbie O'Brien
5y ago
Modern Build in Nuxt.js
The modern property in Nuxt.js allows you to serve both modern bundles to modern browsers and legacy...
DeepCamp AI