Giter Club home page Giter Club logo

erupt-web's Introduction


logo

Erupt Framework   🚀   通用后台管理框架

前端源码


通过 JSON Schema 自动构建表单,实现了erupt零前端代码能力


Erupt Framework maven-central jdk 8+ license Apache 2.0 Gitee star Gitee fork GitHub stars GitHub forks

Github 仓库   |   码云仓库   |   🦅 官方网站   |   在线体验   |   📕 使用文档

QQ交流群:821389129 🔥


⛰ 环境搭建

在开始之前,请确保你的开发环境中包括 Node.js 和 npm 包管理器。

Angular 需要 Node.js 版本 10.9.0 或更高版本。

要检查你的版本,请在终端/控制台窗口中运行 node -v

🥌 使用方法

  1. 安装 yarn
npm install -g yarn
  1. 构建:
yarn install
  1. 修改服务端地址
/proxy.config.js → target
  1. 启动:
yarn run start

🍭 打包编译:

  1. 修改 angular.json 打包路径:

projects.architect.build.options.outputPath

  1. 执行打包命令
yarn run build

📟 核心技术栈

TypeScript / RxJS / Less / Angular / ng-zorro-antd / ng-alain

🏅 代码仓库 | Git Repository

Github 码云
后端源码 https://github.com/erupts/erupt https://gitee.com/erupt/erupt
前端源码 https://github.com/erupts/erupt-web https://gitee.com/erupt/erupt-web
示例代码 https://github.com/erupts/erupt-example https://gitee.com/erupt/erupt-example

erupt-web's People

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  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  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

erupt-web's Issues

ckeditor版本及自定义

版本情况

erupt-web 版本: 1.10.14

查看了最1.11.2的源码, 还没有更改

问题描述(包括截图)

ckeditor版本老旧, 且不容易自定义插件及工具栏

建议

  1. 提供默认工具栏的同时, 提供外部配置
  2. 由于不同版本的sdk会出现不兼容的情况, 文档中需说明在使用自定义的sdk时, 需提供配置, 否则可能无法正常使用
  3. 项目原有版本无需删除, 作为默认配置即可
  4. 由于版本变更, 部分方法可能无法使用, 部分设置需要交由用户重写, 例如readonly设置

多语言列表不受 erupt 参数控制

版本情况

erupt-web 版本: 1.12.3 (请确保最新尝试是否还有问题)

问题描述(包括截图)

多语言列表不受 erupt 参数控制
erupt-app:

多语言配置,默认支持:简体中文、繁体中文、英文、日文;具体配置详见erupt-i18n模块

locales: [ "zh-CN","zh-TW","en-US"]

1.12以上版本, ckeditor.js丢失

版本情况

erupt-web 版本: 1.12版本以上

问题描述(包括截图)

1.12版本移除了 src/assets/js/ckeditor.js, 导致无法直接使用ck编辑器

临时解决办法

自行添加 /assets/js/ckeditor.js 文件映射, 例如在nginx中添加映射

location /assets/js/ckeditor.js {
        alias /static/assets/js/ckeditor.js;
    }

网络超时

版本情况

erupt-web 版本: 1.X.X (请确保最新尝试是否还有问题)

问题描述(包括截图)

erupt-web默认设置了网络超时时间,我改怎样去修改它

UEditor加载错误

yarn run start前后端分离启动应用,或者重新打包部署到erupt-demo中,UEditor无法加载。

提示:The load ./assets/ueditor/themes/default/css/ueditor.css fails,check the url settings of file ueditor.config.js

左侧菜单不支持无限层级

版本情况

erupt-web 版本: 最新版

问题描述(包括截图)

左侧菜单无法支持无限层级,到第四级就不再显示子菜单。

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.