Giter VIP home page Giter VIP logo

buqiyuan / vite-vue3-lowcode Goto Github PK

View Code? Open in Web Editor NEW
3.0K 94.0 746.0 3.54 MB

vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具

Home Page: https://buqiyuan.github.io/vite-vue3-lowcode

License: MIT License

JavaScript 4.58% Shell 0.23% HTML 0.39% Vue 25.77% TypeScript 69.03%
low-code vue3 vite typescript ts vuex4 vue-router4 lowcode element-ui vant-ui

vite-vue3-lowcode's Issues

布局组件问题

创建两个布局组件,都改为span:24,将一个基础组件拖动到其中一个布局组件中,另一个也会添加进去

服务器 pnpm serve 报错

image

Error [ERR_WORKER_OUT_OF_MEMORY]: Worker terminated due to reaching memory limit: JS heap out of memory
...
[email protected] dev: cross-env --max_old_space_size=4096 vite
npm ERR! Exit status 1

重新试了几次,都是报上面的错误,网上试了好几个办法都不行,大佬有什么好的解决办法吗。。

组件的深层props参数怎么使用呢?

props: {
width: createEditorInputProp({ label: '组件宽度', defaultValue: '100%' }),
height: createEditorInputProp({ label: '组件高度', defaultValue: '400' }),
'chartConfig.legend.show': createEditorSwitchProp({
label: '是否为展示图例',
defaultValue: true,
}),
'chartConfig.title.show': createEditorSwitchProp({
label: '是否为展示主标题',
defaultValue: true,
})
}
类似上面chartConfig.legend.show这种深层嵌套的。调试了下没有同步生效

如果基础组件在 预览 端,能否实现懒加载

如果基础组件特别多,会导致 预览端的 打开加载大量代码,但是又使用不到。
是否有办法实现,预览端只加载使用到的代码。
vue2 可以用 import() , 动态绑定 components ,不知道 vue3 是否可以实现

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.