hehe1111 / designable2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Introduction

If you are worrying about something builder, Such as form builder/table builder/chart builder/app builder etc. Designable is your perfect choice.

Screenshot

Features

  • 🚀 High performance, Smooth and beautiful drag and drop experience
  • 💡 Full scene coverage
  • 🎨 Support Low Code and No Code
  • 🏅 Strong scalability

Website

playground

Contributors

This project exists thanks to all the people who contribute.

启动

pnpm 必须升级到 8.x.x 版本

使用其他版本如 pnpm@6 安装依赖会导致 pnpm-lock.yamllockfileVersion 被修改为 5.3,也就是使用 pnpm@6 安装依赖会修改 pnpm-lock.yaml 文件。最终导致运行 pnpm start 时报奇怪的错误。

# 方便执行 pnpm clean:一键移除各个包下面的 node_modules
pnpm i lerna@6 -g
pnpm i
cd formily/antd
pnpm start

# 以下命令没用
pnpm bootstrap
pnpm start

# 拖一个输入框后,会报错
pnpm start:playground
pnpm start:basic

About

License:MIT License


Languages

Language:TypeScript 95.2%Language:Less 3.7%Language:JavaScript 0.8%Language:HTML 0.1%Language:Shell 0.1%Language:Vue 0.1%