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 925d71cc5a publish git page 4 years ago
.github/workflows first commit 4 years ago
.husky first commit 4 years ago
public first commit 4 years ago
src first commit 4 years ago
.cz-config.js first commit 4 years ago
.editorconfig first commit 4 years ago
.env.development first commit 4 years ago
.env.production publish git page 4 years ago
.eslintignore first commit 4 years ago
.eslintrc.js first commit 4 years ago
.gitignore first commit 4 years ago
.prettierignore first commit 4 years ago
LICENSE first commit 4 years ago
README.md first commit 4 years ago
commitlint.config.js first commit 4 years ago
index.html first commit 4 years ago
package.json first commit 4 years ago
prettier.config.js first commit 4 years ago
tsconfig.json first commit 4 years ago
vite.config.ts first commit 4 years ago
windi.config.ts first commit 4 years ago
yarn.lock first commit 4 years ago

README.md

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

技术栈

快速开始

安装依赖

npm install
# or
yarn add

启动项目

npm run dev

项目打包

npm run build