[筆記] React 18 + Vite + TypeScript + TailwindCSS + ESLint + Stylelint 整合環境架設

為了方便日後開發,仿照過往 Vue3 的作法整合了一個模版。不過意料之外的坑點不少,就順便記錄一下產出的過程。 內容 .vite.config.ts 1. 使用 Read More …