一套基于 Lugia Design Language
的高品质 React 组件,适用于 Web 端
在 gitlab 中,当中央仓库合并了你的开发分支请求后(Merge Request !X was merged),怎样与中央仓库同步并删除开发分支:
git checkout <本地主分支>
git pull <中央仓库名字> <中央仓库主分支>
git push
git branch -d <本地开发分支>
git push <自己仓库名字> -d <自己仓库开发分支>
查看本地连接到的仓库
git remote -v
# 安装 nrm
npm i nrm -g
# 查看是否安装成功
nrm ls
# 切换源
nrm use taobao
npm config set @lugia:registry http://192.168.102.79:5001/
# 查看是否设置成功
$ npm config get @lugia:registry
# http://192.168.102.79:5001/
为什么不使用 lugia-scripts test -w
和以前用的 create-react-app 的 jest 的配置不同,以前写的许多测试用例过不了