Nenhuma descrição

lanjianrong 073debb1a7 feat: 当从其他模块显示联系人、客户详情时不提供翻页功能 5 anos atrás
config a4076f8b8c chore: routes and filename rename or modify 5 anos atrás
mock be4f224f9e 修改框架布局和养护云造价列表修改 5 anos atrás
public d90df6a785 首次提交 5 anos atrás
src 073debb1a7 feat: 当从其他模块显示联系人、客户详情时不提供翻页功能 5 anos atrás
tests d90df6a785 首次提交 5 anos atrás
.editorconfig d90df6a785 首次提交 5 anos atrás
.eslintignore d90df6a785 首次提交 5 anos atrás
.eslintrc.js bb79ff6e3a refactor: add ignore eslint rule about function 5 anos atrás
.gitignore b3da5677d3 chore: 忽略 deploy.config.js 的提交 5 anos atrás
.prettierignore d90df6a785 首次提交 5 anos atrás
.prettierrc.js 8f263800d9 feat: 增加自定义useAutoTable hook去接管table自适应高度的问题 5 anos atrás
.stylelintrc.js ad33e17123 feat: 修改stylelint的规则 5 anos atrás
README.md b9ad58aea4 feat: 111 5 anos atrás
jest.config.js d90df6a785 首次提交 5 anos atrás
jsconfig.json d90df6a785 首次提交 5 anos atrás
package.json 9b92ae0002 chore: 1 5 anos atrás
windi.config.ts a4076f8b8c chore: routes and filename rename or modify 5 anos 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