81 lines
2.2 KiB
Markdown
Executable File
81 lines
2.2 KiB
Markdown
Executable File
<h1 align="center">
|
|
<br>
|
|
<a href="https://github.com/salomonelli/best-resume-ever">
|
|
<img src="src/assets/logo.png" alt="Markdownify" width="200"></a>
|
|
<br>
|
|
best-resume-ever
|
|
<br>
|
|
</h1>
|
|
|
|
<h4 align="center">
|
|
:necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever!
|
|
<br><br>
|
|
Made with Vue and LESS.
|
|
</h4>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<p align="left">
|
|
<img src="src/assets/preview/resume-purple.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-material-dark.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-left-right.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-side-bar.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-oblique.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
</p>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
## How to use
|
|
|
|
best-resume-ever requires at least node v.8.5.
|
|
|
|
1. Clone this repository.
|
|
|
|
2. Run `npm install`.
|
|
|
|
3. Edit your personal data in `src/person.js`.
|
|
|
|
4. Replace your profile-picture in `src/assets/person.jpg`.
|
|
|
|
5. Preview resumes with `npm run dev`.
|
|
|
|
6. Export with `npm run export`.
|
|
|
|
All resumes will be exported to `/pdf`.
|
|
|
|
<br>
|
|
|
|
|
|
## Creating and Updating Templates
|
|
|
|
Please read the <a href="DEVELOPER.md">developer docs</a> on how to create or update templates.
|
|
|
|
<br>
|
|
|
|
|
|
## Contribute
|
|
|
|
Feel free to add your own templates, language supports, fix bugs or improve the docs. Any kind of help is appreciated! If you any kind of changes to an existing template, please commit them as new templates.
|
|
|
|
<br>
|
|
|
|
|
|
## Credits
|
|
|
|
This project uses several open source packages:
|
|
|
|
* <a href="https://github.com/vuejs/vue" target="_blank">Vue</a>
|
|
* <a href="https://github.com/less/less.js" target="_blank">LESS</a>
|
|
* <a href="https://github.com/mixu/electroshot" target="_blank">Electroshot</a>
|
|
|
|
<br>
|
|
|
|
|
|
---
|
|
|
|
> [sarasteiert.com](https://www.sarasteiert.com) ·
|
|
> GitHub [@salomonelli](https://github.com/salomonelli) ·
|
|
> Twitter [@salomonelli](https://twitter.com/salomonelli)
|