vuejs / vuepress

📝 Minimalistic Vue-powered static site generator
https://vuepress.vuejs.org
MIT License
22.43k stars 4.79k forks source link

module.experts support footer includes #3209

Open bennyvasquez opened 3 months ago

bennyvasquez commented 3 months ago

Feature request

I would like to be able to include javascript in the footer similar to the way that we can include it in the header using module.exports (as described in issue #790).

What problem does this feature solve?

This would allow me to include Javascript in my footer, serving the rest of the page faster (source: lots of website experience, but here's an article that describes it in more detail: JavaScript Placement: Head vs. Footer – Pros and Cons

What does the proposed API look like?

Not sure

How should this be implemented in your opinion?

Not sure

Are you willing to work on this yourself?

Unfortunately, I do not have the expertise, but I am willing to learn!