Skip to content

Instantly share code, notes, and snippets.

@anish2690
Created October 2, 2019 07:28
Show Gist options
  • Save anish2690/28e0da1f253578843770bd3ce1d3af9a to your computer and use it in GitHub Desktop.
Save anish2690/28e0da1f253578843770bd3ce1d3af9a to your computer and use it in GitHub Desktop.
// manage assets pre render
render: {
bundleRenderer: {
shouldPreload: (file, type) => {
return ['script', 'style', 'font'].includes(type)
}
}
}
// use custom loader
loading: '~/components/loading.vue'
// custom page loader
https://nuxtjs.org/examples/custom-page-loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment