# me 个人简历 **Repository Path**: showto/me ## Basic Information - **Project Name**: me 个人简历 - **Description**: 基于 React + React-router + ES6 前端项目 一键生成属于自己的简历 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-05 - **Last Updated**: 2024-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于 React + React-router + ES6 前端项目 ## 技术选型 * [React](https://github.com/facebook/react) * [React-router](https://github.com/rackt/react-router) * [Webpack](https://github.com/webpack/webpack) * [Babel](https://github.com/babel/babel) * [ESlint](http://eslint.org) ## 目录结构 ``` src/ |-assets/ # 静态文件 |- fonts/ # 字体 |- images/ # 图片 |- plugins/ # 插件 |- styles/ # 样式 |- ... |-components/ # 全局可复用的 UI 组件(presentational component) |- content.js |- footer.js |- navbar.js |- siderbar.js |- ... |-containers/ # 全局可复用的容器组件(container component) |- empty.js |- main.js |- notfound.js |- ... |-routes/ # 主路由和异步分割点 |- index.js |- ... |-utils/ # 工具方法 |- resume.js |- ... |- app.js # 入口文件 |- ... ``` ## 使用方法 ```sh $ git clone https://github.com/skyvow/skyvow.github.io.git $ cd skyvow.github.io $ npm install $ npm run dll & npm start ``` |`npm run