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 ;
您可以為該項目加註星標來表達您的支持。 ★
要做出貢獻,請參閱貢獻指南。
麻省理工學院