use external libraries on client-side only [issue link] How to use external libraries like chart.js which works only on browser. I need to import Chart from ‘chart.js’; but this throws the error Chart is not defined. I need this only in one page. This question is available on Nuxt.js community (#c407)