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

https://github.com/devzakir/v5-personal-portfolio

Open Source Personal Portfolio Project using Tailwind, Vuejs & Nuxt v3
https://github.com/devzakir/v5-personal-portfolio

nuxt-content nuxt3 open-source personal personal-portfolio portfolio-site tailwindcss vue3

Last synced: 4 months ago
JSON representation

Open Source Personal Portfolio Project using Tailwind, Vuejs & Nuxt v3

Awesome Lists containing this project

README

          

# Open Source, Personal Portfolio Template
Hello, Everyone! I am Zakir, Working on my new personal portfolio template.

# Installation Guide

Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist
```

## Development Server

Start the development server on http://localhost:3000

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.