# reactDemo **Repository Path**: 312545773/react-demo ## Basic Information - **Project Name**: reactDemo - **Description**: reactDemo - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-25 - **Last Updated**: 2024-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 全国农村房屋综合信息管理平台 ### 安装依赖 ```js yarn install # 或者: npm install pnpm i ``` ### 运行服务. 默认网址为:localhost:3000 ```js npm start ``` ### 打包文件 ```js npm run build ``` ### 项目目录如下: ├─ src // 常用根目录 │ ├─ api // 接口请求 │ ├─ assets // 静态资源放置 │ ├─ components // 公共组件放置 │ ├─ router // 路由管理 │ ├─ store // 全局 或者 夸组件通讯变量 │ ├─ styles // 公共样式, 特殊处理放置 │ ├─ utils // 公共方法, 工具类方法 │ └─ pages // 页面入口