There was an error while loading. Please reload this page.
git clone git@github.com:username/vue-devui.git
git remote add upstream git@github.com:DevCloudFE/vue-devui.git
Vue DevUI技术交流群
devui-official
yarn
yarn dev
yarn build
yarn build:lib
yarn test
git checkout -b username/feature1
git add .
git commit -m "feat(scope): commit message"
git push origin username/feature1
如果需要同步上游仓库dev分支最新代码,可以执行以下命令:
dev
git pull upstream dev
如果涉及新组件或组件的新特性,则需要: