You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
bqy_fe 04b9910a56 build: update deps 3 years ago
.github/workflows first commit 3 years ago
.husky first commit 3 years ago
preview feat: 添加页面 3 years ago
public style: personal github 3 years ago
src build: update deps 3 years ago
.cz-config.js first commit 3 years ago
.editorconfig first commit 3 years ago
.env.development first commit 3 years ago
.env.production feat: iframe preview 3 years ago
.eslintignore first commit 3 years ago
.eslintrc.js feat: 添加页面 3 years ago
.gitignore first commit 3 years ago
.prettierignore first commit 3 years ago
LICENSE first commit 3 years ago
README.md feat: tools 3 years ago
commitlint.config.js first commit 3 years ago
index.html feat: tools 3 years ago
package.json build: update deps 3 years ago
prettier.config.js first commit 3 years ago
tsconfig.json feat: iframe preview 3 years ago
vite.config.ts build: update deps 3 years ago
windi.config.ts first commit 3 years ago
yarn.lock build: update deps 3 years ago

README.md

Vite2.x + Vue3.x + TypeScript H5低代码平台

技术栈

功能清单

  • 动态添加页面
  • 拖拽式生成组件
  • service worker + indexeddb 实现无服务端的前端交互
  • 数据源管理
  • 提供预置函数
  • 更多组件的封装
  • 其他...

简易说明

目前在使用表单时,需要把相关的表单控件放到表单容器内部,并且需要将按钮放到表单容器内, 然后再讲按钮的type设置为表单提交按钮这时候点击提交按钮才会自动收集表单容器内部的所有字段和值

快速开始

安装依赖

npm install
# or
yarn add

启动项目

npm run dev

项目打包

npm run build