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

https://github.com/grinch3214/resume-vue-3

🎓 A simple resume builder in vue 3
https://github.com/grinch3214/resume-vue-3

composition-api pinia tailwindcss vue vuelidate

Last synced: 8 months ago
JSON representation

🎓 A simple resume builder in vue 3

Awesome Lists containing this project

README

          

# vue3-resume
a live resume builder with [vueJs](http://vuejs.org)

## Demo
Go to https://grinch3214.github.io/resume-vue-3/

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run dev
```

### Compiles and minifies for production
```
npm run build
```

#### Dependencies
those are some dependencies used on this project
- data management : [pinia](https://pinia.vuejs.org)
- validation : [vuelidate](https://vuelidate-next.netlify.app/)
- icons : [heroicons](https://heroicons.com/)
- date : [vue3-datepicker](https://vue3datepicker.com/)
- css framework : [tailwindcss](https://tailwindcss.com/)