npm login npm publish
陆续更新中……
上一篇:微信中控台架构设计
下一篇:docker搭建egg项目
我们在克隆项目的时候,经常看到有两种方式:https 和 SSH https 和 SSH 的区别: 1、http可以直接克隆下载,只要输入相应的git账号和密码。之后所有的git pull ,git push 命令都需要输入账号和密码,之前简单,后期麻烦 2、SSH是前面麻烦后期的命令就不需要配置账号和密码了。只要在仓库设置里添加电脑的SSH公钥就可以了。
取消 仓库所有 修改、删除,此时你修改的文件和删除的文件都会被恢复,但是你新添加的文件不会被删除 git checkout -f 放弃 指定文件 修改、删除 ,添加文件依旧不能删除, git checkout filename // 撤销所有已经在缓存区的 git reset HEAD .
Uncaught TypeError: Cannot read property 'forEach' of undefined
WARNING (@babel/preset-env): We noticed you're using the `useBuiltIns` option without declaring a core-js version. Currently, we assume version 2.x when no version is passed. Since this default version will likely change in future versions of Babel, we recommend explicitly setting the core-js version you are using via the `corejs` option.
#apache路径: etc/apache2 #开启apache: sudo apachectl start#重启apache: sudo apachectl restart #关闭apache: sudo apachectl stop
在需要导出umd模式时,需要把dev-server禁用inline
sass端项目经常有控制台和管理后台两个系统。分别用单页面做的,如果启动两个端口有些浪费,用目录区分就好