Skip to content

gomin2013/profile

Repository files navigation

Profile Project

A personal profile and portfolio web application built with Vue.js, Nuxt.js, and Vite. Includes Docker support for easy development and deployment.

Technologies Used

  • Vue.js
  • Nuxt.js (with Vite)
  • Sass/SCSS
  • Docker & Docker Compose

Folder Structure

  • app/ - Source code and components
  • concepts/ - Data files (cv.json, requirements.json)
  • docs/ - Static assets and HTML
  • Dockerfile & docker-compose.development.yml - Container setup

Getting Started

Local Development

npm install
npm run dev

Using Docker

Build and run the development server in a container:

docker-compose -f docker-compose.development.yml up --build

Access the app at http://localhost:3000

Updating CV/Portfolio

Edit concepts/cv.json to update your profile, experience, skills, and portfolio data.

Contact


For more details, see each folder and file for documentation and configuration.

About

Profile, ReactJS, Coffeescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published