前言:
Vue CLI中的vue create 命令有一些可選項,
具體:vue create + ...
選項:
-p, --preset <presetName> 忽略提示符并使用已保存的或遠程的預設選項
-d, --default 忽略提示符并使用默認預設選項
-i, --inlinePreset <json> 忽略提示符并使用行內的 JSON 字串預設選項
-m, --packageManager <command> 在安裝依賴時使用指定的 npm 客戶端
-r, --registry <url> 在安裝依賴時使用指定的 npm registry
-g, --git [message] 強制 / 跳過 git 初始化,并可選的指定初始化提交資訊
-n, --no-git 跳過 git 初始化
-f, --force 覆寫目標目錄可能存在的配置
-c, --clone 使用 git clone 獲取遠程預設選項
-x, --proxy 使用指定的代理創建專案
-b, --bare 創建專案時省略默認組件中的新手指導資訊
-h, --help 輸出使用幫助資訊
轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/262104.html
標籤:區塊鏈
