[Vuejs]-Hosting the production build css of nuxt app to CDN? 8 October 2023 by thecoderscamp.com 0👍 Have you tried the extractCSS option? It should work given your components are not async. https://nuxtjs.org/api/configuration-build/#extractcss [Vuejs]-How to re-attach all event listener to elements when the page change Source:stackexchange.com