Aucune description

outaozhen 2ba433fbcd Merge branch 'master' of http://192.168.1.41:3000/outaozhen/cldV2react il y a 5 ans
config 213a547612 feat: 更新windicss版本 il y a 5 ans
public 411cead0c7 feat: 修改默认加载ui图片 il y a 5 ans
src 2ba433fbcd Merge branch 'master' of http://192.168.1.41:3000/outaozhen/cldV2react il y a 5 ans
tests d90df6a785 首次提交 il y a 5 ans
.editorconfig d90df6a785 首次提交 il y a 5 ans
.eslintignore 625276973b fix: 修复打包报错信息 il y a 5 ans
.eslintrc.js 1d5a8efbbe feat: 1 il y a 5 ans
.gitignore b3da5677d3 chore: 忽略 deploy.config.js 的提交 il y a 5 ans
.prettierignore d90df6a785 首次提交 il y a 5 ans
.prettierrc.js 8f263800d9 feat: 增加自定义useAutoTable hook去接管table自适应高度的问题 il y a 5 ans
.stylelintrc.js af1f661369 refactor: v4 升级 v5 il y a 5 ans
README.md b9ad58aea4 feat: 111 il y a 5 ans
jest.config.js d90df6a785 首次提交 il y a 5 ans
jsconfig.json d90df6a785 首次提交 il y a 5 ans
package.json 213a547612 feat: 更新windicss版本 il y a 5 ans
windi.config.ts 9a9d73647f feat: 1 il y a 5 ans

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