Sin descripción

lanjianrong 87ecba9511 feat: 完善列设置的表格重计算 hace 5 años
config 2aeebca7ac feat: 增加BasicTable hace 5 años
public 411cead0c7 feat: 修改默认加载ui图片 hace 5 años
src 87ecba9511 feat: 完善列设置的表格重计算 hace 5 años
tests d90df6a785 首次提交 hace 5 años
.editorconfig d90df6a785 首次提交 hace 5 años
.eslintignore 625276973b fix: 修复打包报错信息 hace 5 años
.eslintrc.js ddd86c84a8 feat: 排序字段处理 hace 5 años
.gitignore b3da5677d3 chore: 忽略 deploy.config.js 的提交 hace 5 años
.prettierignore d90df6a785 首次提交 hace 5 años
.prettierrc.js 8f263800d9 feat: 增加自定义useAutoTable hook去接管table自适应高度的问题 hace 5 años
.stylelintrc.js af1f661369 refactor: v4 升级 v5 hace 5 años
README.md b9ad58aea4 feat: 111 hace 5 años
jest.config.js d90df6a785 首次提交 hace 5 años
jsconfig.json d90df6a785 首次提交 hace 5 años
package.json bd1c6aea3d feat: 软件锁注册码+客户点击详情 hace 5 años
tsconfig.json f03f2e058a feat:增加tsconfig hace 5 años
windi.config.ts 9a9d73647f feat: 1 hace 5 años

README.md

初始化

git submodule init git submodule update cd src/basic && git checkout uni && cd ../../ cd src/PiUI-basic && git checkout uni && cd ../../

安装依赖

npm install cnpm install

启动项目

npm start