# react-admin-blog **Repository Path**: sun-liangrong/react-admin-blog ## Basic Information - **Project Name**: react-admin-blog - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-11 - **Last Updated**: 2025-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

react-arco-back

## 快速开始 ```js // 初始化项目 yarn install // 开发模式 yarn dev // 构建 yarn build ``` ## 注意事项 1. .env.development 中修改对应的调用接口地址 默认调用本地服务 http://127.0.0.1:8888 需要先启用本地服务 2. 如未启动本地服务项目 可将 VITE_BASE_URL 修改成 http://101.42.99.84:9090/api 暂时查看项目