Sin descripción

lanjianrong 0872a8e1c3 feat: 个人标签新增checkbox模式 hace 5 años
config 03474cdb0c feat: 增加两个babel插件 hace 5 años
mock be4f224f9e 修改框架布局和养护云造价列表修改 hace 5 años
public d90df6a785 首次提交 hace 5 años
src 0872a8e1c3 feat: 个人标签新增checkbox模式 hace 5 años
tests d90df6a785 首次提交 hace 5 años
.editorconfig d90df6a785 首次提交 hace 5 años
.eslintignore d90df6a785 首次提交 hace 5 años
.eslintrc.js e66b7f05a4 feat: editForm组件自动聚焦 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 0872a8e1c3 feat: 个人标签新增checkbox模式 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