v2.x 版本套件名稱為 vue-cli
v3.x 版本套件為 @vue/cli
所以如果要使用 v3 以上的版本,安裝方法如下 (註:開發前必須先裝 Node.js)
npm install -g @vue/cli
npm install -g @vue/cli
Install-Module posh-git -Scope CurrentUser
Import-Module posh-git
Add-PoshGitToProfile
fatal: unable to access 'https://localhost/winnie/test.git/': SSL certificate problem: self signed certificate
git config --global http.sslVerify false
GIT_SSL_NO_VERIFY=true git clone https://localhost/winnie/test.git
或是git -c http.sslVerify=false clone https://localhost/winnie/test.git
git config http.sslVerify false
git config --global http.sslBackend schannel