Nuxt 3 (VueJS) WebApp that generates a minimal CV.
- Clone Repository.
git clone https://github.com/da-vinci-noob/cv.git - Move into the directory.
cd cv - Install Dependencies
yarn install - Run the server
yarn dev - Download Sample.json file from the homepage.
- Edit the Sample.json file with add your own information and skills.
- Upload the sample file on the homepage.
- You can now view your CV in the browser.
Note: You can Copy the content of the Sample.json file and add it to the Environment Variable USER_DETAILS for the persistent data, without having to upload the JSON file everytime. (Remember to delete all the new line characters from the ENV Var if any issue persists).
- This project was built using Nuxt 3, Vue 3, TailwindCSS.
- This project has been tested on Node v20.5.0, Please make sure you have Node installed before proceeding.
- Responsive to all the devices.
Note: The app is built using Nuxt.js, which means it's a Vue project with additional features provided by Nuxt.
Thanks, Contributions are welcome! <3.