A bundle free vue app with element-plus and vue-router.
You can use any static web server and set the root path to this repo.
For example:
git clone https://github.com/lexdene/vengeful-spirit.git
cd vengeful-spirit
python3 -m http.server
and open http://127.0.0.1:8000/ in your browser.