Debugging Nuxt.js with Visual Studio Code

added by JavaScript Kicks
10/31/2017 9:15:48 AM

3241 Views

As I've started using FeathersJS with Nuxt.js, I've needed a way to debug the Server Side Rendering (SSR) process. As usual, Visual Studio Code's excellent debugger is wonderfully simple to setup. Here are the steps to debugging your Nuxt.js apps with Visual Studio Code.


0 comments