Recently, I completed a project using vue.js and successfully built it. However, upon trying to open the index.html page within the dist folder, all I encountered was a blank screen. After some investigation, I discovered that built projects must be hosted on a server in order to function properly. The dilemma lies in my project needing to work on a local tablet without internet access. As I am using Vue 3.0, what steps should I take next to ensure its functionality?