https://github.com/afsakar/vcard-portfolio
vCard Portfolio Nuxt 3 Template
https://github.com/afsakar/vcard-portfolio
nuxt nuxtjs portfolio portfolio-template vcard vue vue3
Last synced: 4 months ago
JSON representation
vCard Portfolio Nuxt 3 Template
- Host: GitHub
- URL: https://github.com/afsakar/vcard-portfolio
- Owner: afsakar
- Created: 2022-10-01T21:03:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T21:13:25.000Z (about 3 years ago)
- Last Synced: 2025-04-22T04:41:55.279Z (6 months ago)
- Topics: nuxt, nuxtjs, portfolio, portfolio-template, vcard, vue, vue3
- Language: Vue
- Homepage: https://afsakar.dev
- Size: 1010 KB
- Stars: 60
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vCard Portfolio Nuxt 3 Template
(extends from [codewithsadee](https://github.com/codewithsadee/vcard-personal-portfolio))
๐งช Working in Progress
## Features
- [๐ Nuxt 3](https://v3.nuxtjs.org) - SSR, ESR, File-based routing, components auto importing, modules, etc.
- โก๏ธ Vite - Instant HMR
- ๐จ [Tailwind CSS](https://github.com/tailwindcss) - A utility-first CSS framework packed.
- :eight_spoked_asterisk: [PrimeVue](https://www.primefaces.org/primevue/) - PrimeVue is a rich set of open source native components for Vue.
- ๐ฅ The `` syntax
- ๐ [State Management via Pinia](https://pinia.esm.dev), see [./composables/user.ts](./composables/user.ts)
- ๐ [Layout system](./layouts)
- ๐ฅ APIs auto importing - for Composition API, VueUse and custom composables.
- ๐ Zero-config cloud functions and deploy
- ๐ฆพ TypeScript, of course
## Plugins
### Nuxt Modules
- [VueUse](https://github.com/vueuse/vueuse) - collection of useful composition APIs.
- [ColorMode](https://github.com/nuxt-community/color-mode-module) - dark and Light mode with auto detection made easy with Nuxt.
- [Pinia](https://pinia.esm.dev/) - intuitive, type safe, light and flexible Store for Vue.### Clone to local
If you prefer to do it manually with the cleaner git history