Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/claudiabdm/cvfy

CV generator built with Nuxt.js, TailwindCSS, deployed on Netlify.
https://github.com/claudiabdm/cvfy

curriculum-vitae cv-template netlify nuxt nuxtjs resume resume-builder resume-template tailwindcss vue vuejs

Last synced: about 1 month ago
JSON representation

CV generator built with Nuxt.js, TailwindCSS, deployed on Netlify.

Lists

README

        

# CvFy

[![MadeWithVueJs.com shield](https://madewithvuejs.com/storage/repo-shields/3280-shield.svg)](https://madewithvuejs.com/p/cvfy/shield-link)

![CvFy](/static/CvFy.png)

CvFy is a simple CV maker that makes CV creation faster and easier in both English , Spanish and Indonesian.

It's built with NuxtJs and deployed in Netlify.

I usually enjoy styling from scratch but this time I've used TailwindCSS for the first time to see what all the fuss was about.

PDF creation is client-side only, so results may differ among browsers:
- Chrome desktop has the best print as the PDF created is exactly as the preview one but it is not good for ATSs.
- Firefox print is exactly as the preview except for svg icons which are bit pixelated but it gives the best result for ATSs.
- I used https://www.jobscan.co/ for checking ATSs.

It's also a PWA so it can be used offline.

Demo: https://cvfy.xyz/

## Build Setup

```bash
# install dependencies
$ yarn

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).