No Description

outaozhen e16cabff47 fix: 关闭mock登录请求 5 years ago
config 7390fe2290 fix: 处理获取用户接口调用时机 5 years ago
mock e16cabff47 fix: 关闭mock登录请求 5 years ago
public e78222d8d8 chore: logo替换 5 years ago
src 7390fe2290 fix: 处理获取用户接口调用时机 5 years ago
tests d90df6a785 首次提交 5 years ago
.editorconfig d90df6a785 首次提交 5 years ago
.eslintignore 625276973b fix: 修复打包报错信息 5 years ago
.eslintrc.js bb79ff6e3a refactor: add ignore eslint rule about function 5 years ago
.gitignore b3da5677d3 chore: 忽略 deploy.config.js 的提交 5 years ago
.prettierignore d90df6a785 首次提交 5 years ago
.prettierrc.js 8f263800d9 feat: 增加自定义useAutoTable hook去接管table自适应高度的问题 5 years ago
.stylelintrc.js ad33e17123 feat: 修改stylelint的规则 5 years ago
README.md b9ad58aea4 feat: 111 5 years ago
jest.config.js d90df6a785 首次提交 5 years ago
jsconfig.json d90df6a785 首次提交 5 years ago
package.json 5f9cbd117c chore: 使用yarn重新构建依赖 5 years ago
windi.config.ts 625276973b fix: 修复打包报错信息 5 years ago

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