安装Node.js
https://nodejs.org/zh-cn
创建项目
npm create vite@latest my-vite-vue-project
查看默认配置源
npm config get registry
修改配置源
npm config set registry https://registry.npmmirror.com/
验证安装是否成功
npm config get registry
项目地址
https://social-earn.shop/
Element-plus
https://element-plus.org/zh-CN/component/overview.html