Aucune description

lanjianrong 3cae4354da feat: 新增工程化方法 il y a 5 ans
config f44f87cea7 22 il y a 5 ans
mock d90df6a785 首次提交 il y a 5 ans
public d90df6a785 首次提交 il y a 5 ans
src 3cae4354da feat: 新增工程化方法 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 f707840c7b feat: 111 il y a 5 ans
.gitignore d90df6a785 首次提交 il y a 5 ans
.gitmodules 1708860a6a 1 il y a 5 ans
.prettierignore d90df6a785 首次提交 il y a 5 ans
.prettierrc.js 4147c44d5d feat: 111 il y a 5 ans
.stylelintrc.js f707840c7b feat: 111 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 b9ad58aea4 feat: 111 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