reforge
v1.2.0

演示·報告錯誤·請求功能

Tailwindcss和Ant Design優雅且可自訂的 UI。React Router單頁面應用程式。reqres模擬 API 請求。@ant-design/pro-components強大佈局和表格。@loadable/component進行程式碼分割和延遲載入元件。react-redux和@reduxjs/toolkit進行狀態管理。redux-persist持久化 redux 狀態。nprogress載入進度條。ESLint和Prettier 。https://reforge.netlify.app
[email protected]password 克隆項目並更改目錄。
git clone https://github.com/arifszn/reforge.git
cd reforge安裝依賴項。
npm install運行開發伺服器。
npm run dev最後,從瀏覽器造訪http://localhost:5173 。憑證可以在上面找到。
包括應用程式名稱、主題顏色、元標記等的設定可以透過位於專案根目錄下的一個檔案config.ts控制。
//config.ts
const CONFIG = {
appName : 'Reforge' ,
enablePWA : true ,
theme : {
accentColor : '#818cf8' ,
sidebarLayout : 'mix' ,
showBreadcrumb : true ,
} ,
metaTags : {
title : 'Reforge' ,
description :
'An out-of-box UI solution for enterprise applications as a React boilerplate.' ,
imageURL : 'logo.svg' ,
} ,
} ;
export default CONFIG ; 您可以為該項目加註星標來表達您的支持。 ★
要做出貢獻,請參閱貢獻指南。
麻省理工學院