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
- Host: GitHub
- URL: https://github.com/devzakir/v5-personal-portfolio
- Owner: devzakir
- Created: 2022-07-29T12:38:50.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-29T13:24:05.000Z (over 2 years ago)
- Last Synced: 2025-03-30T10:44:05.632Z (6 months ago)
- Topics: nuxt-content, nuxt3, open-source, personal, personal-portfolio, portfolio-site, tailwindcss, vue3
- Language: Vue
- Homepage: https://zakirhossen.com/
- Size: 11.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.