Go to file
bqy_fe 78b56bcf4d style: personal github 2021-05-06 23:46:53 +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 style: personal github 2021-05-06 23:46: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 docs(README): add functions todo 2021-05-06 21:21:32 +08:00
commitlint.config.js first commit 2021-05-04 21:54:05 +08:00
index.html first commit 2021-05-04 21:54:05 +08:00
package.json feat: iframe preview 2021-05-06 00:35:05 +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 feat: iframe preview 2021-05-06 00:35:05 +08:00
windi.config.ts first commit 2021-05-04 21:54:05 +08:00
yarn.lock feat: iframe preview 2021-05-06 00:35:05 +08:00

README.md

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

技术栈

功能清单

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

快速开始

安装依赖

npm install
# or
yarn add

启动项目

npm run dev

项目打包

npm run build