##这是一个简历静态页面生成器。
- 从
resume.js文件中取出数据,自动填充数据并排版 - 使用
React和Sass制作,Webpack作为自动化工具 - 可以一行命令部署到page服务器
- Retrieves data from
resume.jsto build an exactly beautiful Web page - Built with
React,SassandWebpack - Deploy to
GitHub-pagejust one command line
##环境要求
- node.js >=4.4
- Ruby编程语言
- 若要自动部署到page服务器得先存到自己的github上,并且开启SSH Keys
##Requirements
- node.js >=4.4
- Ruby lang
- For deploying, you should fork the repo to your GitHub and it depends on SSH Keys.
##安装与部署
- 点击
fork之后在自己的仓库git clone到本地 - 在Teminal执行
npm install - 再执行
npm start可以启动热加载服务器, 进入http://localhost:8080/webpack-dev-server/可以预览内容 - 修改根目录下的
resume.js文件 - 执行
npm run prod生成静态文件到根目录下的build文件夹中 - 执行
npm run deploy可push到当前仓库的gh-page的branch
##Quick Start
- After
forkgo to your Githubgit cloneto your workspace - Run
npm installon Terminal - Use
npm startyou can setup hot-load server for page,then you can checkhttp://localhost:8080/webpack-dev-server/ - Modify
resume.jsfound from the root directory. - Run
npm run prodwill quickly generate a static HTML file tobuilddirectory - Run
npm run deploywill push into recent repo'sgh-pagebranch
##反馈
若使用中有任何问题,欢迎反馈,可以在DEMO中找到我的联系方式
##Feedback
Welcome feedback if you have any problems and the demo has all my contact