A modern, interactive portfolio website built with Nuxt 3, Vue.js, and Tailwind CSS.
This project is a personal portfolio website that showcases interactive elements and modern web development practices. It features:
- Nuxt 3 framework for Vue.js
- Tailwind CSS for styling
- Interactive UI components
- Responsive design
- Nuxt 3 - The Vue.js framework
- Vue.js - Progressive JavaScript framework
- Tailwind CSS - Utility-first CSS framework
- Nuxt UI - UI components for Nuxt
- VueUse - Collection of Vue composition utilities
- Bun (v1.3 or newer)
- Clone the repository:
git clone https://github.com/yourusername/portfolio.git
cd portfolio- Install dependencies:
bun installStart the development server on http://localhost:3000:
bun run devBuild the project for production:
bun run buildPreview the production build:
bun run previewThe site is deployed on Vercel. Pushes to main trigger automatic deployments.
app/- Application source (components, pages, composables, assets)i18n/- Internationalization locale filespublic/- Public static filesnuxt.config.ts- Nuxt configuration
This project is licensed under a custom license. See the LICENSE file for details.
Sandu Dorogan