Small homepage/website design shop in Kurume City, Fukuoka Prefecture, Japan.

猫壱屋 サイト ホームページ 作成 制作

MEMOMEMO

Talk about incorporating VUE.js

2024-07-06 13:29

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.

<< Back to list