跳转至

Vue3安装

vue安装

Text Only
npm install -g @vue/cli
Text Only
vue -V
@vue/cli 5.0.8

创建项目

Text Only
vue create web3-wallet

image-20231014153451460

进入:http://localhost:8080/

image-20231014154156073