# electron-vue腳手架項目初始化時提示: Failed to download repo simulatedgreg/electron-vue: Response code Server Error
1. 解決:
將Electron-vue項目先下載下來
國內碼云地址:
[https://gitee.com/mirrors/electron-vue](https://gitee.com/mirrors/electron-vue)
在電腦目錄中打開git命令窗口
git clone[https://gitee.com/mirrors/electron-vue.git](https://gitee.com/mirrors/electron-vue.git)
這里將其下載到了D盤
2. 進入需要創建項目的文件加,cmd運行
`vue init D:/plugins/electron-vue electron-vue-demo`
- electron-vue打包不同平臺的安裝文件
- Electron+Vue開發跨平臺桌面應用
- electron-vue項目初始化process is not defined問題解決
- 出現 require is not defined 的問題
- Cannot read property 'app' of undefined
- electron-vue 隱藏頂部菜單 隱藏導航 、自定義導航
- electron程序顯示在右下角托盤
- electron與vue通信
- electron-vue修改任務欄圖標
- electron-vue文檔1
- 打包錯誤
- 使用 electron 屏幕或攝像頭錄制并保存到本地
- electron-vue創建報錯