问题

1、 npx: https://www.jianshu.com/p/cee806439865
临时安装包进行运行,不用担心污染
2、git push --set-upstream origin someBranch 设置本地分支和远程分支的关联关系(后续可以直接git push),或者使用 git push -u origin someBranch,可能会改变git push、git pull(fetch+merge)
https://segmentfault.com/a/1190000002783245
3、BEM命名法:https://www.w3cplus.com/css/bem-definitions.html
4、

你可能感兴趣的:(问题)