Skip to content

This is a Nuxt.js based project which can be used to create Resume of your own currently includes only one template so if you like it you can create your own resume by cloning this repository

Notifications You must be signed in to change notification settings

shivanshtalwar0/resumebuilder_elegant_template

Repository files navigation

resume_builder

sample image

My stupendous Nuxt.js project

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

update data

to update your data go to data() in index.vue file in pages directory to change resume data.

find data() in index.vue

data(){  
return{  
myname:"Your xyz name",  
myimage:"/myprofile.png"  
//Remember to put your profile image in static folder  
experience:[....], //replace with your own data  
educations:[...],//replace with your own data  
.  
.  
.  
.  
so on after saving file it will be updated instantly in browser too   
}  
}  

For detailed explanation on how things work, checkout Nuxt.js docs.

About

This is a Nuxt.js based project which can be used to create Resume of your own currently includes only one template so if you like it you can create your own resume by cloning this repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published