# MxxShop开源商城系统-rust开源商城-rust开源商城源码-外贸商城开源-admin-ui **Repository Path**: kai-zheng/MxxShop-Admin-UI ## Basic Information - **Project Name**: MxxShop开源商城系统-rust开源商城-rust开源商城源码-外贸商城开源-admin-ui - **Description**: MxxShop Rust版,是基于actix-web和rbatis的商城管理系统,一款面向全球的多语言、多业态电子商务平台,系统提供管理、支付、物流、售后等众多应用功能,满足跨境市场的基本需 求,助力更多商户走出国门,大力开拓国外市场,为广大用户提供一站式的国际化电商运营解决方案 - **Primary Language**: JavaScript - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2025-06-09 - **Last Updated**: 2025-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
#### 🌈 介绍 MxxShop Rust版管理后台基于 vue3.x + CompositionAPI + typescript + vite + element plus + vue-router-next + next.vuex,适配手机、平板、pc 的后台开源免费模板,希望减少工作量,帮助大家实现快速开发。 ##### 后台项目地址 [https://gitee.com/rust-shop/mxxshop.git](https://gitee.com/rust-shop/mxxshop.git) #### 🚧 安装 cnpm、yarn - 复制代码(桌面 cmd 运行) `npm install -g cnpm --registry=https://registry.npm.taobao.org` - 复制代码(桌面 cmd 运行) `npm install -g yarn` #### 🏭 环境支持 | Edge | last 2 versions | last 2 versions | last 2 versions | | ------------------------------------------------------------------------ | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | |  |  |  |  | > 由于 Vue3 不再支持 IE11,故而 ElementPlus 也不支持 IE11 及之前版本。 #### ⚡ 使用说明 建议使用 cnpm,因为 yarn 有时会报错。node 版本[v16.x ~ v20.x) ```bash # 克隆项目 git clone https://gitee.com/rust-shop/MxxShop-Admin-UI.git # 进入项目 cd mxxshop-ui # 安装依赖 npm install --registry=https://registry.npmmirror.com # 运行项目 npm run dev # 打包发布 npm run build ``` ## ❤特别鸣谢 * 感谢[VUE-NEXT-ADMIN](https://github.com/lyt-Top/vue-next-admin)