Giter Site home page Giter Site logo

qwdigital / linkwechat-front Goto Github PK

View Code? Open in Web Editor NEW
48.0 3.0 31.0 40.33 MB

🔥LinkWeChat 是基于企业微信的开源 SCRM 系统,前端采用 vue3 架构,后端采用主流的 Java 微服务架构,是企业私域流量管理与营销的综合解决方案,助力企业提高客户运营效率,强化营销能力,拓展盈利空间。

Home Page: https://demo.linkwechat.net

License: GNU General Public License v3.0

JavaScript 10.50% HTML 0.30% Vue 87.25% CSS 0.71% SCSS 0.87% Dockerfile 0.02% Shell 0.16% TypeScript 0.19%
workweixin scrm vue3 wechat wecom

linkwechat-front's Introduction

输入图片说明


【📣 最近通知】还有什么想要产品/技术上友好的建议或意见,点击告诉我们~一经采纳,将纳入开源贡献者并官网致谢,还会收到社区奖励的小礼品哦!~

LinkWeChat V5.0 正式发布啦,即将全面接入 AI 大模型,更多能力逐步升级,欢迎大家提前体验!点击立即体验~

LinkWeChat 采用前后端分离架构,具体项目说明及后端库请移步至 LinkWeChat 查看

如果您觉得我们的开源项目很有帮助,请点击 ⭐ Star 支持 LinkWeChat 开源团队❤️,您的支持,是我们最好的动力~


平台简介

本仓库为 LinkWeChat 的前端源码库,技术栈采用 [vue3 vite pinia element-plus],前端技术手册

vue2 技术栈版本(停止维护)可切换至 master-vue2 分支查看,具体说明参见更新日志中 v5.0.0 版本说明

在线体验

开源演示地址:https://demo.linkwechat.net/

默认账号密码:lw,123456

目前支持两种方式体验:

  1. 在首页扫码二维码申请加入测试企业,申请通过后即可扫码登录,体验系统的完整功能;
  2. 点击账密登录并勾选演示账号登录即可在线体验后台系统,但不支持体验移动端相关功能;

注意:演示环境已屏蔽管理权限和相关操作

前端结构

├── vue3-lw-pc			// 后台管理端项目
    ├── public                     # 静态资源
    │   │── static                 # 用于绝对路径的非打包资源,公用基础css等
    │   │── favicon.ico            # favicon图标
    ├── src                        # 源代码
    │   ├── api                    # 所有后端接口请求
    │   ├── assets                 # 主题 字体 svg icons 等静态资源
    │   ├── components             # 全局公用组件
    │   ├── directive              # 全局指令
    │   ├── layout                 # 全局基础布局结构组件
    │   ├── router                 # 路由 权限管理等
    │   ├── stores                 # 全局 pinia store管理
    │   ├── styles                 # 全局样式
    │   ├── utils                  # 全局公用方法
    │   ├── views                  # 业务功能所有页面
    │   ├── App.vue                # 入口页面
    │   ├── config.js              # 全局配置文件
    │   ├── main.js                # 入口文件 加载组件 初始化等
    ├── babel.config.js            # babel-loader 配置
    ├── .env.js                    # 环境变量配置
    ├── index.html                 # html模板
    ├── jsconfig.json              # jsconfig 配置 快捷路径等
    ├── package.json               # package.json
    ├── vite.config.js             # vite 配置
├── vue3-lw-mobile		// 移动端vue3项目,包含客服升级,AI助手等2024.01.01之后的移动端新功能
├── linkwe-mobile		// 移动端vue2项目,包含移动工作台、任务宝、群裂变等2024.01.01之前的功能
├── linkwe-uniapp		// uniapp短链小程序项目

安装与运行

关于 Node,推荐 16.x 及以上版本

这里以 vue3-lw-pc 管理端项目运行示例

linkwe-mobile、vue3-lw-mobile 项目与 vue3-lw-pc 架构基本雷同

linkwe-uniapp 只有一个活码识别页面,属于基础的 uniapp 项目

故,不做赘述

# 克隆项目
git clone https://gitee.com/LinkWeChat/link-we-chat-front.git

# 进入项目目录
cd link-we-chat-front/vue3-lw-pc

# 安装依赖(下面几种方式在不同的机器上,成功率不同,自行尝试)

# 方式一: npm 指定淘宝镜像
npm i --registry=https://registry.npmmirror.com

# 方式二: 使用 cnpm 安装
npm install -g cnpm --registry=https://registry.npmmirror.com
cnpm i

# 方式三: npm i 原始安装 国内推荐上述两种方式 DDDD(懂的都懂)
npm i

# 启动开发服务 npm run dev
# 启动测试服务 npm run test (后端接口为测试环境接口)

# 构建测试环境 npm run build:test
# 构建生产环境 npm run build
# 前端访问地址 http://localhost:1024

linkwechat-front's People

Contributors

353259576 avatar absolutejzou avatar andy-man-wang avatar bin1212 avatar glmapper avatar haonansheng avatar iamxiarui avatar jiangpengkai avatar kewenof avatar leejoker avatar qiyeqing avatar su57 avatar sunrrrr avatar sxjangdongqin avatar sxwdmjy avatar taitaking avatar thlink-learner avatar xinla avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

linkwechat-front's Issues

路由问题可以帮忙解答一下嘛

销售中心-线索分析clue/clueAnalysis/index
销售中心-线索公海clue/clueHighseas/index
路由显示404,这一部分的文件是更换名称了嘛?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.