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