# Create Vue進行創建 1. Google 搜尋 [Create Vue](https://github.com/vuejs/create-vue) 2. week6拉到vs code 在輸入下圖指令<font color="red">需要回到week6那層</font> 輸入指令的參考網址[https://github.com/vuejs/create-vue](https://github.com/vuejs/create-vue) ![](https://i.imgur.com/TKAEFal.png) ![](https://i.imgur.com/ubxrzBd.png) 3. 下面可以選擇是否使用套件、環境安裝 手動建置如下圖 ![](https://i.imgur.com/0YfOOzK.png) 4. 關掉Vs code 在把剛建立的環境丟進vs code 5. 終端機輸入npm run dev 即可 6. ![](https://i.imgur.com/pMwmpzS.png) 7. 滑鼠移到有問題的地方,點選快速修正,在點選Fix all .... ![](https://i.imgur.com/hMz5bNH.png) ![](https://i.imgur.com/wKg4RQa.png)