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.
13 Posts

How Do I Fix ‘An Error Occurred’ in Nuxt.js with IE11?

When I first ran my Nuxt.js project in IE11, I was greeted with a big ugly “An error occurred” message. Everything worked perfectly in...

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...