admin-vue3/README.md

22 lines
583 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

获取代码
git clone
安装依赖
cd vue-element-plus-admin
pnpm config set registry https://registry.npmmirror.com/
pnpm install
运行
pnpm run dev
打包
pnpm run build:pro
问题
1.集成到本地项目 本地启动运行可以看到设计器入口
设计器是在开发环境提供辅助开发服务的,不是在线的
在线参考 https://gitee.com/newgateway/vtj/tree/master/lcdp
npm install -g lerna@latest pnpm@latest --registry=https://registry.npmmirror.com
2.关于下载依赖报错error (ERR_INVALID_THIS)
pnpm升级到 8.3.1
npm install -g pnpm@8.3.1