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

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

Awesome Lists containing this project

README

          

vCard Portfolio Nuxt 3 Template

(extends from [codewithsadee](https://github.com/codewithsadee/vcard-personal-portfolio))



๐Ÿงช Working in Progress

![vCard Desktop Demo](https://github.com/codewithsadee/vcard-personal-portfolio/raw/master/website-demo-image/desktop.png)
![vCard Mobile Demo](https://github.com/codewithsadee/vcard-personal-portfolio/raw/master/website-demo-image/mobile.png)

## 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