Skip to content
Francis edited this page May 5, 2019 · 4 revisions

Vue

新建项目命令(vue-cli创建的启动有点问题)

vue init webpack projectName

Git

git clone的下载代码的时候是连接的“https://”而不是git@git (ssh)的形式,当我们操作git pull/push到远程的时候,总是提示我们输入账号和密码才能操作成功,频繁的输入账号和密码很麻烦。

git bash进入你的项目目录,输入: git config --global credential.helper store

VS Code

按上下方向键切换搜索词。

Clone this wiki locally