Aucune description

outaozhen a8a05ab1a5 整理相关内容 il y a 5 ans
config 1126839f46 feat: 剔除antd自带的国际化配置 il y a 5 ans
mock be4f224f9e 修改框架布局和养护云造价列表修改 il y a 5 ans
public d90df6a785 首次提交 il y a 5 ans
src a8a05ab1a5 整理相关内容 il y a 5 ans
tests d90df6a785 首次提交 il y a 5 ans
.editorconfig d90df6a785 首次提交 il y a 5 ans
.eslintignore d90df6a785 首次提交 il y a 5 ans
.eslintrc.js 9c5e6cac48 feat: 添加本地化配置以及去除eslint hook相关规则 il y a 5 ans
.gitignore a89cc08b31 chore: git提交忽视submodule il y a 5 ans
.gitmodules 1708860a6a 1 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 ad33e17123 feat: 修改stylelint的规则 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 df585b47e1 feat: 新增dayjs format函数 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