Zhexuan Liu

Zhexuan Liu is a seasoned full-stack developer with over 9 years of experience in crafting robust applications. Specializing in Nuxt.js development, he has delivered high-performance solutions for both front-end and back-end applications.
7 Posts

How do I Call a Service API with Nuxt.js

Today i want to share my journey debugging and enhancing a Nuxt.js API service. I recently encountered a frustrating error while trying to call...

How to Add Client-side Scripts to Nuxt.js?

I’ve been working with Nuxt.js for a while now, and one of the challenges I encountered was adding client-side scripts especially when transitioning from...

How to Dumb to Understand Nuxt?

If you’ve ever stared at a Nuxt error message like H3Error: Failed to fetch while your data mysteriously disappears when navigating back to a page, you...

How to Fix Vue-Devtools Always Disabled with Nuxt.js?

If you’re working with Nuxt.js v2.3.0 and encountering the frustrating error: “Nuxt.js + Vue.js is detected on this page. Devtools inspection is not available...

How to Fix Facebook SDK with Nuxt.js

Are you struggling to integrate Facebook SDK into your Nuxt.js project and encountering the dreaded window.FB is undefined error? You’re not alone! This common issue arises...