2018年5月23日 星期三

element-theme 使用

1.cli安裝
  建議安裝在global 下
  npm install element-theme -g
2.專案內安裝
  1.在專案內先安裝預設的chalk theme
    npm install element-theme-chalk -D
  2.專案下執行
    et init
    產生 element-varable.scss設定檔案
  3.產生theme目錄
    專案目錄下 執行 et
    會依照設定檔產生theme目錄
3.專案內使用
  1.在project 進入點 entry.js加入
    import '../theme/index.css'
    如果原有已經有import theme-chalk則disable掉
  2.可以在專案下執行
    et --watch 監看element-varable.scss的變化自動更新產生theme目錄

沒有留言: