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.
 
 
 
 
 
 
vite-vue3-lowcode/README.md

1.8 KiB

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

技术栈

功能清单

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

快速开始

安装依赖

npm install
# or
yarn add

启动项目

npm run dev

项目打包

npm run build