XTTX
V2EX  ›  Vite

Vite+React+TS+Eslint+Prettier starter kit

  •  
  •   XTTX · Nov 13, 2021 · 4866 views
    This topic created in 1644 days ago, the information mentioned may be changed or developed.
    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
    XTTX
        1
    XTTX  
    OP
       Nov 13, 2021
    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
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2994 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 07:32 · PVG 15:32 · LAX 00:32 · JFK 03:32
    ♥ Do have faith in what you're doing.