Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SakhriHoussem/vue-resume
a live resume builder using VueJs
https://github.com/SakhriHoussem/vue-resume
bootstrap bootstrap4 css3 fontawesome js markdown pdf resume resume-template simple-vue-validate vue vue-bootstrap vue-fontawesome vue-markdown vuejs
Last synced: 3 months ago
JSON representation
a live resume builder using VueJs
- Host: GitHub
- URL: https://github.com/SakhriHoussem/vue-resume
- Owner: SakhriHoussem
- License: mit
- Created: 2020-03-19T20:55:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T23:51:22.000Z (over 4 years ago)
- Last Synced: 2024-07-31T20:30:35.020Z (6 months ago)
- Topics: bootstrap, bootstrap4, css3, fontawesome, js, markdown, pdf, resume, resume-template, simple-vue-validate, vue, vue-bootstrap, vue-fontawesome, vue-markdown, vuejs
- Language: Vue
- Homepage: https://sakhrihoussem.github.io/vue-resume/
- Size: 20.7 MB
- Stars: 78
- Watchers: 5
- Forks: 38
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-algeria - Vue Resume - A live resume builder using VueJs (Applications)
- awesome-starred - SakhriHoussem/vue-resume - a live resume builder using VueJs (bootstrap)
README
# vue-resume
a live resume builder with [vueJs](http://vuejs.org)## Demo
Go to https://SakhriHoussem.github.io/vue-resume## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).### Resources
those are some tutorials and article that helped me to make this app
- [Vue Mastery](https://www.vuemastery.com/courses/intro-to-vue-js/vue-instance)
- [Laracasts JavaScript Skill](https://laracasts.com/skills/javascript)
- [Learn Vue.js - Full Course for Beginners - 2019](https://www.youtube.com/watch?v=4deVCNJq3qc)
- [Pass Data Between Components](https://www.smashingmagazine.com/2020/01/data-components-vue-js/#emitting-custom-events-share-data-child-parent)
- [Structure and manage Vuex store with Modules](https://scrimba.com/p/pnyzgAP/cMPa2Uk)#### Dependencies
those are some dependencies used on this project
- data management : [vuex](https://github.com/vuejs/vuex )
- validation : [simple-vue-validate](https://github.com/semisleep/simple-vue-validator)
- icons : [fontAwesome](https://github.com/FortAwesome/vue-fontawesome)
- date : [vue2-datepicker](https://github.com/mengxiong10/vue2-datepicker)
- css framework : [BootstrapVue](https://github.com/bootstrap-vue/bootstrap-vue)
- github buttons : [vue-github-buttons](https://github.com/gluons/vue-github-buttons)
- markdown : [vue-markdown](https://github.com/miaolz123/vue-markdown)
- lang : [vue-i18n](https://github.com/kazupon/vue-i18n)
- drag & drop : [Vue-Draggable](https://github.com/SortableJS/Vue.Draggable)
- PDF generation : [jsPDF](https://github.com/MrRio/jsPDF)
- text Editor : [v-markdown-editor](https://github.com/nasa8x/v-markdown-editor)