您的位置:首页 > 娱乐 > 八卦 > 制作流程图软件_app开发公司需要明确哪些内容_百度号码认证申诉平台_看广告收益最高的软件

制作流程图软件_app开发公司需要明确哪些内容_百度号码认证申诉平台_看广告收益最高的软件

2025/4/3 9:06:40 来源:https://blog.csdn.net/weixin_54385104/article/details/146398553  浏览:    关键词:制作流程图软件_app开发公司需要明确哪些内容_百度号码认证申诉平台_看广告收益最高的软件
制作流程图软件_app开发公司需要明确哪些内容_百度号码认证申诉平台_看广告收益最高的软件

商城客户端前端部署

https://gitee.com/newbee-ltd/newbee-mall-api-go
使用开源新蜂商城的前端,git clone到本地
然后在vscode终端依次输入下列指令(配置好vue3相关环境的前提下):
npm install

npm i --legacy-peer-deps

npm run dev

在这里插入图片描述
即可成功配置商城客户端的前端页面
在这里插入图片描述

商城后台管理前端部署

https://gitee.com/newbee-ltd/vue3-admin

git clone 到本地
然后
npm install

npm i --legacy-peer-deps

npm run dev
但是发现npm install 的时候 config的版本有冲突
故修改为了(适用于vue版本为3.5.13)
{
“name”: “admin00”,
“version”: “0.0.0”,
“scripts”: {
“dev”: “vite --mode development”,
“build:beta”: “vite build --mode beta”,
“build:release”: “vite build --mode release”,
“serve”: “vite preview”
},
“dependencies”: {
“@element-plus/icons-vue”: “^2.3.1”,
“axios”: “0.21.1”,
“element-plus”: “^2.9.6”,
“js-md5”: “^0.7.3”,
“unplugin-vue-components”: “^0.22.7”,
“vue”: “^3.5.13”,
“vue-router”: “^4.1.5”,
“wangeditor”: “^4.6.15”
},
“devDependencies”: {
“@vitejs/plugin-vue”: “2.3.3”,
“@vue/compiler-sfc”: “^3.5.13”,
“sass”: “^1.54.9”,
“unplugin-auto-import”: “^0.11.2”,
“unplugin-element-plus”: “^0.4.1”,
“vite”: “^2.9.18”,
“vite-plugin-babel-import”: “2.0.2”
}
}
在这里插入图片描述

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com