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 ;
您可以通过为该项目加注星标来表达您的支持。 ★
要做出贡献,请参阅贡献指南。
麻省理工学院