前提安裝好git,先本地創建一個空文件夾,如vue_demo,右鍵選擇Git bash here,如下圖:
gitee: https://gitee.com/mirrors/vue-admin-template# 可查看具體的項目地址
第一步:克隆項目到本地:git clone https://gitee.com/mirrors/vue-admin-template.git
第二步:進入目錄
F:\Python_Workspace\vue_demo>cd vue-admin-template
第三步:安裝依賴: npm install
第四步:本地啟動項目:npm run serve
第五步:訪問:http://localhost:8081/ 用戶名:admin 密碼:admin