I heard something about very good performance so I did some research.
Extended Vetur and ESLint to VS CODE, which is what I normally use.
Downloaded and installed Node.js.
At the Node command prompt
npm install -g @vue/cli
vue create my-vue-project
After creating the folder, move to htdocs to reflect it in Xampp.
cd C:xampphtdocsmy-vue-project
code .
npm run serve
Go to http://localhost:8080のURL表示が出たので早速試してみる.
Oh, I got what looks like the top screen.