Go to file
bqy_fe 9d555d41da Merge branch 'UxieVerity-main' 2021-05-12 18:20:49 +08:00
.github/workflows first commit 2021-05-04 21:54:05 +08:00
.husky first commit 2021-05-04 21:54:05 +08:00
preview feat: 添加页面 2021-05-06 20:10:19 +08:00
public style: personal github 2021-05-06 23:46:53 +08:00
src feat(components): divider 2021-05-12 17:57:53 +08:00
.cz-config.js first commit 2021-05-04 21:54:05 +08:00
.editorconfig first commit 2021-05-04 21:54:05 +08:00
.env.development first commit 2021-05-04 21:54:05 +08:00
.env.production feat: iframe preview 2021-05-06 00:35:05 +08:00
.eslintignore first commit 2021-05-04 21:54:05 +08:00
.eslintrc.js feat: 添加页面 2021-05-06 20:10:19 +08:00
.gitignore first commit 2021-05-04 21:54:05 +08:00
.prettierignore first commit 2021-05-04 21:54:05 +08:00
LICENSE first commit 2021-05-04 21:54:05 +08:00
README.md feat: tools 2021-05-08 10:43:28 +08:00
commitlint.config.js first commit 2021-05-04 21:54:05 +08:00
index.html feat: tools 2021-05-08 10:43:28 +08:00
package.json build: update deps 2021-05-12 11:53:17 +08:00
prettier.config.js first commit 2021-05-04 21:54:05 +08:00
tsconfig.json feat: iframe preview 2021-05-06 00:35:05 +08:00
vite.config.ts build: update deps 2021-05-12 11:53:17 +08:00
windi.config.ts first commit 2021-05-04 21:54:05 +08:00
yarn.lock build: update deps 2021-05-12 11:53:17 +08:00

README.md

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

技术栈

功能清单

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

简易说明

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

快速开始

安装依赖

npm install
# or
yarn add

启动项目

npm run dev

项目打包

npm run build