跳至主要內容
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?

4563博客

全新的繁體中文 WordPress 網站
  • 首頁
  • Vite+React+TS+Eslint+Prettier starter kit
未分類
1 3 月 2022

Vite+React+TS+Eslint+Prettier starter kit

Vite+React+TS+Eslint+Prettier starter kit

資深大佬 : XTTX 46

Vite 用 es-build, 速度就不用多讲了。对比 CRA, 好多地方有不同。 我花了不少时间,搜了不少东西,做了一个自己用的 starter kit.
Vite + React + Typescript + Eslint + Airbnb eslint rules + Airbnb Typescript rules + Prettier + env variable import + Absolute Import Path
https://github.com/jt6677/vite_ts_eslint_prettier_aribnbts
==============================================
!yes, tons of setup and config files.
==============================================
env variable import:
You need to add type in env.d.ts like “readonly VITE_ANYTHING: string”
variables MUST start with VITE_
usage of env variable in your app, no need to import, just use it as a global variable: console.log(import.meta.env.VITE_API_URL)
==============================================
Absolute Import Path
import App from “~/components”. ~/ is the absoulte path, equal to ./src
==============================================
reverse Proxy in vite.config.ts
大佬有話說 (1)

  • 主 資深大佬 : XTTX

    Vite + React + Typescript + Eslint + Airbnb eslint rules + Airbnb Typescript rules + Prettier + env variable import + Absolute Import Path
    !yes, tons of setup and config files.
    ==============================================
    env variable import:
    You need to add type in env.d.ts like “readonly VITE_ANYTHING: string”
    variables MUST start with VITE_
    usage of env variable in your app, no need to import, just use it as a global variable: console.log(import.meta.env.VITE_API_URL)
    ==============================================
    Absolute Import Path
    import App from “~/components”. ~/ is the absoulte path, equal to ./src
    ==============================================
    reverse Proxy in vite.config.ts

文章導覽

上一篇文章
下一篇文章

AD

其他操作

  • 登入
  • 訂閱網站內容的資訊提供
  • 訂閱留言的資訊提供
  • WordPress.org 台灣繁體中文

51la

4563博客

全新的繁體中文 WordPress 網站
返回頂端
本站採用 WordPress 建置 | 佈景主題採用 GretaThemes 所設計的 Memory
4563博客
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?
在這裡新增小工具