You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
username bf43182732
'first'
10 months ago
..
public 'first' 10 months ago
src 'first' 10 months ago
.editorconfig 'first' 10 months ago
.env.development 'first' 10 months ago
.env.production 'first' 10 months ago
.env.testing 'first' 10 months ago
.eslintignore 'first' 10 months ago
.eslintrc-auto-import.json 'first' 10 months ago
.eslintrc.cjs 'first' 10 months ago
.gitignore 'first' 10 months ago
.npmrc 'first' 10 months ago
Dockerfile 'first' 10 months ago
LICENSE 'first' 10 months ago
README.md 'first' 10 months ago
index.html 'first' 10 months ago
nginx.conf 'first' 10 months ago
package.json 'first' 10 months ago
tsconfig.json 'first' 10 months ago
vite.config.js 'first' 10 months ago

README.md

一个基于vue、element ui 的轻量级、前后端分离、拥有完整sku和下单流程的完全开源商城后台所属前端界面

前言

mall4j商城项目致力于为中小企业打造一个完整、易于维护的开源的电商系统,采用现阶段流行技术实现。后台管理系统包含商品管理、订单管理、运费模板、规格管理、会员管理、运营管理、内容管理、统计报表、权限管理、设置等模块。

授权

Mall4j官网 https://www.mall4j.com

Mall4j 使用 AGPLv3 开源,请遵守 AGPLv3 的相关条款,或者联系作者获取商业授权(https://www.mall4j.com)

项目链接

java后台https://gitee.com/gz-yami/mall4j

vue后台前端https://gitee.com/gz-yami/mall4v

小程序:https://gitee.com/gz-yami/mall4m

uni-apphttps://gitee.com/gz-yami/mall4uni

部署教程

1.安装nodejs

NodeJS 项目要求最低 18.12.0,推荐 20.9.0

如果不了解怎么安装nodejs的可以参考 菜鸟教程的nodejs相关

2.启动

  • 项目要求使用 pnpm 包管理工具
  • 使用编辑器打开项目,在根目录执行以下命令安装依赖
pnpm install
  • 运行
pnpm run dev
  • 部署
pnpm run build
  • 如果不想使用 pnpm请删除 package.json 文件中 preinstall 脚本后再进行安装
{
    "scripts" : {
        "preinstall": "npx only-allow pnpm"  // 使用其他包管理工具npm、yarn、cnpm等请删除此命令
    }
}

相关截图

登陆

订单

商品列表

sku

运费模板

提交反馈

  • Mall4j官方技术QQ 1群7228353853000人群已满

  • Mall4j官方技术QQ 2群729888395

  • 官网:<https://www.mall4j.com>