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
- Host: GitHub
- URL: https://github.com/grinch3214/resume-vue-3
- Owner: Grinch3214
- Created: 2023-04-28T12:54:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T11:56:42.000Z (over 2 years ago)
- Last Synced: 2025-01-02T04:23:43.296Z (9 months ago)
- Topics: composition-api, pinia, tailwindcss, vue, vuelidate
- Language: Vue
- Homepage: https://grinch3214.github.io/resume-vue-3/
- Size: 554 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)