This is a personal resume web application built with Vue 3, TypeScript, and Vite. It showcases personal information, skills, projects, and contact details in a modern, responsive layout.
- [Vue 3]
- [TypeScript]
- [Vite]
To run the app locally:
- Install dependencies
npm install
- Start the development server
npm run dev
- Open http://localhost:5173 in your browser.
To build for production:
npm run build
To preview the production build:
npm run preview
This project is for educational and entertainment purposes.