<!-- 建立項目 --> ## 建立項目(yarn) yarn global add @vue/cli vue create my-project # OR vue ui ## 按須要選 >(*) TypeScript ( ) Progressive Web App (PWA) Support (*) Router (*) Vuex (*) CSS Pre-processors (*) Linter / Formatter (*) Unit Testing ( ) E2E Testing ## 選擇一直能夠Y除了如下狀況 選擇css預處理,這裏我選擇stylus 選擇ESLint + Prettier 選擇語法檢查方式,這裏我選擇保存就檢測 Lint on sava 選擇單元測試 Jest In dedicated config files // 獨立文件放置 ## 安裝sass yarn add node-sass -d yarn add sass-loader -d