現代 Web 開發的強大入門範本
透過 React with Vite On Steroids 輕鬆建立 React 應用程式
– 用於輕鬆建立高效能 React 應用程式的入門範本。此範本包含旨在簡化您的開發流程的功能:
開始之前,請確保您已安裝以下軟體:
透過以下簡單步驟啟動您的專案:
git clone https://github.com/RicardoGEsteves/react-with-vite-on-steroids.git cd react-with-vite-on-steroids
yarn
準備好開始編碼了嗎?使用以下命令啟動開發伺服器:
yarn dev
準備好部署後,使用下列指令建立生產版本:
yarn build
此範本附帶內建測試實用程序,以確保您的程式碼按預期工作。
yarn test
yarn coverage
與劇作家的端對端測驗:
yarn playwright test
yarn playwright test --ui
yarn playwright test --project=chromium
yarn playwright test example
yarn playwright test --debug
yarn playwright codegen
使用這些指令保持程式碼品質和一致性:
yarn lint
yarn lint:fix
yarn format
該專案已獲得 MIT 許可證的許可。有關更多詳細信息,請參閱 LICENSE 文件。
非常感謝這些令人驚嘆的工具背後的開發者和社群:
查看模板@RicardoGEsteves
我的網站上有許多內容 https://www.ricardogesteves.com
跟著我@ricardogesteves
以上是與 Vite On 類固醇反應的詳細內容。更多資訊請關注PHP中文網其他相關文章!