GithubHelp home page GithubHelp logo

nihuaixiaozi / ant-design-vue-jeecg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jeecgboot/ant-design-vue-jeecg

0.0 1.0 0.0 7.9 MB

「企业级低代码平台」Vue2版UI,基于 Vue2+AntDesignVue 实现的 Ant Design Pro,提供强大代码生成器的低代码平台。 前端页面代码和后端功能代码一键生成,不需要写任何代码,保持jeecg一贯的强大!!

Home Page: http://www.jeecg.com

License: Apache License 2.0

Shell 0.01% JavaScript 27.91% Vue 71.20% Dockerfile 0.05% Less 0.84%

ant-design-vue-jeecg's Introduction

Ant Design Jeecg Vue(JeecgBoot 低代码平台)

当前最新版本: 3.4.3(发布日期:20221107)

AUR GitHub stars GitHub forks

Overview

基于 Ant Design of Vue 实现的 Ant Design Pro Vue 版 Jeecg-boot 的前端UI框架,采用前后端分离方案,提供强大代码生成器的低代码平台。 前端页面代码和后端功能代码一键生成,不需要写任何代码,保持jeecg一贯的强大!!

强大的代码生成器让前后端代码一键生成! JeecgBoot引领低代码开发模式(OnlineCoding-> 代码生成-> 手工MERGE), 帮助解决Java项目70%的重复工作,让开发更多关注业务。既能快速提高效率,节省成本,同时又不失灵活性

项目源码

仓库 前端源码Vue3版 前端源码Vue2版 后端源码
Github jeecgboot-vue3 ant-design-vue-jeecg jeecg-boot
码云 jeecgboot-vue3 ant-design-vue-jeecg jeecg-boot
项目说明
项目名 说明
jeecgboot-vue3 Vue3版前端代码
jeecg-boot JAVA后台(支持微服务)
ant-design-vue-jeecg Vue2版前端代码

前端技术栈

此处是Vue2版的技术栈介绍,Vue3版技术栈看这里

技术支持

本项目关闭issue,使用中遇到问题或者BUG可以在 JeecgBoot主项目上提Issues

官方支持: http://jeecg.com/doc/help

项目下载和运行

  • 拉取项目代码
git clone https://github.com/zhangdaiscott/jeecg-boot.git
cd  jeecg-boot/ant-design-vue-jeecg
  • 安装依赖
yarn install
  • 开发模式运行
yarn run serve
  • 编译项目
yarn run build
  • Lints and fixes files
yarn run lint

Docker镜像启动前端(单体模式)

# 1.配置host

   127.0.0.1   jeecg-boot-system

# 2.修改前端项目的后台域名
   .env.development
   域名改成: http://jeecg-boot-system:8080/jeecg-boot
  
# 3.进入项目根目录,执行打包命令
 yarn run build

# 4.构建镜像
 docker build -t jeecgboot-ui2 .

# 5.启动镜像
 docker run --name jeecgboot-ui-vue2 -p 80:80 -d jeecgboot-ui2

# 6.访问前台项目
 http://localhost

其他说明

  • 项目使用的 vue-cli3, 请更新您的 cli

  • 关闭 Eslint (不推荐) 移除 package.jsoneslintConfig 整个节点代码

  • 修改 Ant Design 配色,在文件 vue.config.js 中,其他 less 变量覆盖参考 ant design 官方说明

  css: {
    loaderOptions: {
      less: {
        modifyVars: {
          /* less 变量覆盖,用于自定义 ant design 主题 */

          'primary-color': '#F5222D',
          'link-color': '#F5222D',
          'border-radius-base': '4px',
        },
        javascriptEnabled: true,
      }
    }
  }

附属文档

备注

@vue/cli 升级后,eslint 规则更新了。由于影响到全部 .vue 文件,需要逐个验证。既暂时关闭部分原本不验证的规则,后期维护时,在逐步修正这些 rules

ant-design-vue-jeecg's People

Contributors

zhangdaiscott avatar

Watchers

James Cloos avatar

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.