# xi-blog **Repository Path**: foundao/xi-blog ## Basic Information - **Project Name**: xi-blog - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-26 - **Last Updated**: 2021-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xi-blog This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md). #### 软件架构 软件架构说明 ``` ├── build # 项目打包输出目录 │   └── ... ├── config # 配置文件 │   └── ... ├── public │   ├── favicon.ico │   └── index.html ├── scripts # 打包开发脚本 │   ├── build.js │   └── start.js ├── src # 源码 │   ├── assets # 项目资源 │   │ └── ... │   ├── components # 组件 │   │ └── ... │   ├── pages # 页面容器 │   │ └── ... │   ├── redux # redux │   │ ├── store.js # 初始化store │   │ ├── reducers.js # 所有reducer │   │ └── models # actions │   │ └── ... │   │── utils # 其他工具类 │   │ └── ... │   ├── index.js # webpack打包入口文件 │   └── Main.js # 组件入口 ├── package.json # 项目信息 └── README.md # README.md ``` #### 安装教程 1. npm install 安装依赖 2. npm start 启动 3. npm run dev 打包 # 项目环境配置 服务器:72.14.190.25 服务器目录:/data0/dk/enjoycut_cms 线上地址:http://enjoycut-cms.enjoycut.com/#/login ``` 后台账号:foundao foundao@2018 ```