# fuint会员营销系统后台管理前端源码(代客下单+会员管理+卡券充值管理+商品管理+门店管理) **Repository Path**: cui02/fuint-admin-ui ## Basic Information - **Project Name**: fuint会员营销系统后台管理前端源码(代客下单+会员管理+卡券充值管理+商品管理+门店管理) - **Description**: 本项目是fuint会员营销系统的后台前端仓库,基于Vue+Element UI。 后端代码仓库:https://gitee.com/fuint/fuint。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.fuint.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 15 - **Created**: 2022-11-06 - **Last Updated**: 2022-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开发 ```bash # 克隆项目 git clone https://gitee.com/fuint.git # 进入项目目录 cd fuint-admin-ui # 安装依赖 npm install # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npmmirror.com # 启动服务 npm run dev ``` 浏览器访问 http://localhost:8089 ## 发布 ```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ```