https://github.com/lunnosmp4/portfoliov2
My new Portfolio made in VueJS
https://github.com/lunnosmp4/portfoliov2
portfolio
Last synced: about 1 month ago
JSON representation
My new Portfolio made in VueJS
- Host: GitHub
- URL: https://github.com/lunnosmp4/portfoliov2
- Owner: LunnosMp4
- Created: 2024-07-21T14:09:17.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-03-19T02:42:28.000Z (2 months ago)
- Last Synced: 2025-03-19T03:28:18.476Z (2 months ago)
- Topics: portfolio
- Language: Vue
- Homepage: https://loic-tisseyre.com
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Portfolio 🌐
Welcome to my portfolio! This project showcases my work and skills using modern web development technologies. Below you'll find a summary of the technologies used and some cool features of this project.
## 🚀 Technologies Used
- **Vue.js**: The Progressive JavaScript Framework.
- **GSAP**: GreenSock Animation Platform for creating high-performance animations.
- **Vue Router**: The official router for Vue.js, enabling navigation between different views or pages.
- **Mitt**: A tiny, functional event emitter for managing events in a clean and efficient manner.## 📂 Project Structure
```
/
├── public/ # Static files
├── src/ # Source files
│ ├── assets/ # Images, icons, etc.
│ ├── components/ # Vue components
│ │ └── sections/ # Sections
│ ├── screens/ # Single-file components for screens
│ ├── router/ # Vue Router setup
│ └── main.js # Entry point of the application
├── .github/ # GitHub Actions workflow files
│ └── workflows/
│ └── main.yml
├── .gitignore # Git ignore rules
├── README.md # Project's readme file
└── package.json # Project metadata and dependencies
```## 🔄 Continuous Deployment
This project uses GitHub Actions for continuous deployment. Every time a push is made into the master branch, the project is automatically built and the dist folder is uploaded to the web hosting service.[](https://github.com/LunnosMp4/PortfolioV2/actions/workflows/main.yml)
## 🌐 Website
The website is hosted on https://loic-tisseyre.com.