Sem descrição

lanjianrong b4a96b43ea fix: 客户标签列表数据错误 5 years atrás
config 625276973b fix: 修复打包报错信息 5 years atrás
mock be4f224f9e 修改框架布局和养护云造价列表修改 5 years atrás
public e78222d8d8 chore: logo替换 5 years atrás
src b4a96b43ea fix: 客户标签列表数据错误 5 years atrás
tests d90df6a785 首次提交 5 years atrás
.editorconfig d90df6a785 首次提交 5 years atrás
.eslintignore 625276973b fix: 修复打包报错信息 5 years atrás
.eslintrc.js bb79ff6e3a refactor: add ignore eslint rule about function 5 years atrás
.gitignore b3da5677d3 chore: 忽略 deploy.config.js 的提交 5 years atrás
.prettierignore d90df6a785 首次提交 5 years atrás
.prettierrc.js 8f263800d9 feat: 增加自定义useAutoTable hook去接管table自适应高度的问题 5 years atrás
.stylelintrc.js ad33e17123 feat: 修改stylelint的规则 5 years atrás
README.md b9ad58aea4 feat: 111 5 years atrás
jest.config.js d90df6a785 首次提交 5 years atrás
jsconfig.json d90df6a785 首次提交 5 years atrás
package.json 5f9cbd117c chore: 使用yarn重新构建依赖 5 years atrás
windi.config.ts 625276973b fix: 修复打包报错信息 5 years atrás

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