Sin descripción

lanjianrong ae09a66e45 fix: request错误提示忽略特定path hace 5 años
config 034333224d Merge branch 'master' of http://192.168.1.41:3000/outaozhen/cldV2react hace 5 años
public 411cead0c7 feat: 修改默认加载ui图片 hace 5 años
src ae09a66e45 fix: request错误提示忽略特定path 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 1d5a8efbbe feat: 1 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 ad33e17123 feat: 修改stylelint的规则 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 1b0e406a16 feat: 仪表盘路由设置 hace 5 años
windi.config.ts 96ad3bc58a feat: 11 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