# webpack_react_template **Repository Path**: myxingke/webpack_react_template ## Basic Information - **Project Name**: webpack_react_template - **Description**: 构建 `webpack-react` 的基础的开发环境。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webpack_react_template #### 介绍 构建 `webpack-react` 的基础的开发环境。 #### 软件架构 基于 webpack 构建的一个快速开发模板,eslint 代码检测规范。路由自动载入! #### 安装教程 1. git clone https://gitee.com/myxingke/webpack_react_template 2. `cd webpack_react_tempalte` 3. `npm install` or `yarn install` 4. `run dev` #### 使用技术 - [node](https://nodejs.org/en/) - [webpack](https://webpack.js.org/) - [yarn](https://yarnpkg.com/en/) - [axios](https://github.com/axios/axios) - [react](https://reactjs.org/) - [react-route](https://reacttraining.com/react-router/) - [babel](https://babeljs.io/) - [eslint](https://eslint.org/)