快速启动(前端项目)
# 1. 管理后台
# 1.1 Vue3 + element-plus 版本
① 克隆https://github.com/EcoNetsTech/econets-ui-admin-vue3.git (opens new window)项目,并 Star 关注下该项目。
② 在根目录执行如下命令,进行启动:
# 安装 pnpm,提升依赖的安装速度
npm config set registry https://registry.npmjs.org
npm install -g pnpm
# 安装依赖
pnpm install
# 启动服务
npm run dev
③ 启动完成后,浏览器会自动打开 http://localhost:8080/ (opens new window) 地址,可以看到前端界面。
上次更新: 2024/01/09, 16:44:32