Can Vue.js be built as a standalone application so that I am not reliant on backend services from my web hosting provider?
In essence, I would like to avoid having to start up the app through npm and instead simply open the index.html file from the dist folder using the file:// protocol.
Unfortunately, my web hosting service does not support npm and node.js.