git 提示:kex_exchange_identification: Connection closed by remote host Connection closed by 39.152.16.167 port错误的解决办法2023年3月21日
Vue 通过 vue create project 命令创建项目时卡住不动,无任何反应的解决办法 0 By 董德多 on 2022年7月12日 Vue 在使用 vue create project 创建项目时,运行命令后无任何提示,卡住了,这是因为默认的 npm 镜像源延迟较高。 执行下面的命令,将源修改为淘宝镜像即可。 npm config set registry https://registry.npm.taobao.org
vue提示:warning Property name “xxx” is not PascalCase vue/component-definition-name-casing错误的解决办法 Vue By 董德多
Vue错误:Component name “xxx“ should always be multi-word vue/multi-word-component-names 的解决办法 Vue By 董德多