No Description

lanjianrong 3cae4354da feat: 新增工程化方法 5 years ago
config f44f87cea7 22 5 years ago
mock d90df6a785 首次提交 5 years ago
public d90df6a785 首次提交 5 years ago
src 3cae4354da feat: 新增工程化方法 5 years ago
tests d90df6a785 首次提交 5 years ago
.editorconfig d90df6a785 首次提交 5 years ago
.eslintignore d90df6a785 首次提交 5 years ago
.eslintrc.js f707840c7b feat: 111 5 years ago
.gitignore d90df6a785 首次提交 5 years ago
.gitmodules 1708860a6a 1 5 years ago
.prettierignore d90df6a785 首次提交 5 years ago
.prettierrc.js 4147c44d5d feat: 111 5 years ago
.stylelintrc.js f707840c7b feat: 111 5 years ago
README.md b9ad58aea4 feat: 111 5 years ago
jest.config.js d90df6a785 首次提交 5 years ago
jsconfig.json d90df6a785 首次提交 5 years ago
package.json b9ad58aea4 feat: 111 5 years ago

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