Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 573 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 573 Bytes

next-ts-exlint-prettier-demo

這是一個依賴前端規範套件的示範專案,內有 TypeScript、ESLint 及 Prettier,另外客製化設定了 Alias 讓引入可以使用自行設定的模板,例如 import Header from '@/components/Header',不用在使用絕對定位。

建議環境

  • yarn v1.22.19
  • nvm v0.39.1
  • node >= v16

環境安裝說明

  1. yarn

  2. yarn dev / build