설명 없음

outaozhen 5f366c29c4 fix: 修改图标文件 5 년 전
config 5f366c29c4 fix: 修改图标文件 5 년 전
mock e16cabff47 fix: 关闭mock登录请求 5 년 전
public 411cead0c7 feat: 修改默认加载ui图片 5 년 전
src 61e4ff02a8 fix: personLabel动态决定useEffect依赖项 5 년 전
tests d90df6a785 首次提交 5 년 전
.editorconfig d90df6a785 首次提交 5 년 전
.eslintignore 625276973b fix: 修复打包报错信息 5 년 전
.eslintrc.js bb79ff6e3a refactor: add ignore eslint rule about function 5 년 전
.gitignore b3da5677d3 chore: 忽略 deploy.config.js 的提交 5 년 전
.prettierignore d90df6a785 首次提交 5 년 전
.prettierrc.js 8f263800d9 feat: 增加自定义useAutoTable hook去接管table自适应高度的问题 5 년 전
.stylelintrc.js ad33e17123 feat: 修改stylelint的规则 5 년 전
README.md b9ad58aea4 feat: 111 5 년 전
jest.config.js d90df6a785 首次提交 5 년 전
jsconfig.json d90df6a785 首次提交 5 년 전
package.json 61e4ff02a8 fix: personLabel动态决定useEffect依赖项 5 년 전
windi.config.ts 625276973b fix: 修复打包报错信息 5 년 전

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