vue SPA: WynnStats
發表於
This article is automatically translated by LLM, so the translation may be inaccurate or incomplete. If you find any mistake, please let me know.
You can find the original article here .
WynnStats is a practice SPA website that can display some information from the WynnCraft server. GitHub: https://github.com/maple3142/WynnStats
Introduction
Made with vue, each page requests information from the API server using fetch()
and then displays it through vue. The UI part uses bootstrap-vue.