https://github.com/dwqs/vue-resume
A Personal Resume Template is powered by Vue,Node.js & Webpack:http://resume.ido321.com
https://github.com/dwqs/vue-resume
resume-template vue
Last synced: about 1 year ago
JSON representation
A Personal Resume Template is powered by Vue,Node.js & Webpack:http://resume.ido321.com
- Host: GitHub
- URL: https://github.com/dwqs/vue-resume
- Owner: dwqs
- License: mit
- Archived: true
- Created: 2016-11-05T03:32:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T11:12:54.000Z (about 8 years ago)
- Last Synced: 2025-02-10T07:22:25.994Z (over 1 year ago)
- Topics: resume-template, vue
- Language: Vue
- Homepage:
- Size: 5.12 MB
- Stars: 34
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A Personal Resume Template is powered by Vue,Node.js & Webpack, and it also is a small project for learning vue in practice.
Online Address: [Vue Resume](http://resume.ido321.com/).
### How to run
You can run it in your browser for generating owner resume, and follows following steps:
```
git clone https://github.com/dwqs/vue-resume.git && cd vue-resume
//in current terminal
npm i
//start node service
npm run dev
//open another terminal and cd pwd
cd ./client
// npm >= 5.2.0
npx gulp dev
//for production, cd the root directory of project
npm run prod:build
```
Make sure Node.js is installed in your computer.
And then, open browser(using chrome for best experience) and visit `http://localhost:9002/`.
### Generate owner resume
The default data of resume is my, if you want to generate your resume, just modify the `resume.json` file.
You can find it in `./server/json/` . If you modify it, you must restart the node service(retype `npm run dev` in your terminal).
### Others
I used Font Awesome in my project, so, if you want to change the icon, visit [FontAwesome CheatsSheet](http://fontawesome.io/cheatsheet/)
to find the icon you like.
Besides, you should change the sites logo and replace the avatar, there are in `./client/static/images/`.
You can put your corresponding resources in it. Meanwhile, you should change the static resource path,
and rerun the command `npm run dev` and `gulp dev`.
Rerun `gulp clean && gulp dev` when images were loaded error.
### License
MIT