1 Star 0 Fork 0

维李设论/vue-lcd-engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

logo

vue-lcd-engine

介绍

一款基于Vue的低代码引擎

软件架构

总体架构采用分层设计,通过组件层、模板层以及工程层进行拆分

总体架构

对于vue-lcd-engine分别通过componenttoolersidersetterrenderershare进行模块拆分。其中,component模块是暴露给开发者进行协同开发的共建区块

技术选型

安装教程

  1. 下载
npm install vue-lcd-engine
  1. 引入
import {
    Cascader,
    ComponentBox,
    ConfigItem,
    EditScreens,
    Feedback,
    Layout,
    Loading,
    Ruler,
    Size,
    SvgIcon,
    Thumbnail
} from 'vue-lcd-engine'

// 全局注册
[
   Cascader,
   ComponentBox,
   ConfigItem,
   EditScreens,
   Feedback,
   Layout,
   Loading,
   Ruler,
   Size,
   SvgIcon,
   Thumbnail 
].forEach(component => {
    Vue.component(component.name, component)
})
  1. 使用
<template>
    <ComponentBox />
</template>

<script>
export default {
    data() {
        return {
            
        }
    }
}
</script>

<style></style>

组件说明

组件 名称 备注
Cascader 级联组件 import { Cascader } from 'vue-lcd-engine'
ComponentBox 容器组件 import { ComponentBox } from 'vue-lcd-engine'
ConfigItem 配置项组件 import { ConfigItem } from 'vue-lcd-engine'
EditScreens 编辑大屏组件 import { EditScreens } from 'vue-lcd-engine'
Feedback 反馈组件 import { Feedback } from 'vue-lcd-engine'
Layout 布局组件 import { Layout } from 'vue-lcd-engine'
Loading 加载组件 import { Loading } from 'vue-lcd-engine'
Ruler 刻度尺组件 import { Ruler } from 'vue-lcd-engine'
Size 尺寸组件 import { Size } from 'vue-lcd-engine'
SvgIcon Svg图标组件 import { SvgIcon } from 'vue-lcd-engine'
Thumbnail 缩略图组件 import { Thumbnail } from 'vue-lcd-engine'

依赖说明

依赖 依赖包 备注
vue vue 2.x 基于vue2的运行时进行构建
ant-design-vue ant-design-vue 1.x 基于ant-design-vue的组件库进行构建,主题色修改等请参考ant-desgin-vue的官方文档

参考文献

许可说明

MIT

Copyright (c) 2024-present we452366

MIT License Copyright (c) 2024 we452366 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

一款基于Vue的低代码引擎 展开 收起
README
MIT
取消

发行版 (1)

全部
1年前

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/VLeeDesignTheory/vue-lcd-engine.git
git@gitee.com:VLeeDesignTheory/vue-lcd-engine.git
VLeeDesignTheory
vue-lcd-engine
vue-lcd-engine
master

搜索帮助