CV generator built with Nuxt.js, TailwindCSS, deployed on Cloudflare Pages.
CvFy is a simple CV maker that aims to make CV creation faster and easier in multiple languages. It is built with NuxtJs and deployed in Netlify. The creator of the theme has used TailwindCSS for the first time in this project. The PDF creation feature is client-side only, so the results may differ among different browsers. Chrome desktop provides the best print results, while Firefox print is the most compatible with ATSs (Applicant Tracking Systems). Additionally, CvFy is also a Progressive Web App (PWA), allowing it to be used offline.
To install the CvFy theme, follow these steps:
Clone the repository:
git clone [repository_url]
Navigate to the project directory:
cd CvFy
Install the dependencies:
npm install
Start the development server:
npm run dev
Open your browser and visit http://localhost:3000
to see the demo.
For more detailed explanation on how things work, check out the Nuxt.js documentation.
CvFy is a simple CV maker that aims to simplify the CV creation process. Built with NuxtJs and integrated with TailwindCSS for styling, it provides a fast and efficient user experience. The theme supports multiple languages and allows for client-side PDF creation. It is compatible with different browsers, with Chrome desktop providing the best print results and Firefox print being more compatible with ATSs. Additionally, CvFy is a Progressive Web App, allowing it to be used offline.