Skip to content

Latest commit

Β 

History

59 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Responsive Web Resume

A modern, engineering-ready responsive web resume project designed for frontend engineers. It uses component-driven development and configuration-based rendering to make content and styling changes fast, while keeping the page structure clean and the codebase maintainable.

English | δΈ­ζ–‡

Project Structure

.
β”œβ”€β”€ public/                     # Static assets
β”‚   └── favicon/                # Site icons and manifest
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ assets/                 # Assets
β”‚   β”œβ”€β”€ components/             # Reusable components
β”‚   β”‚   └── icons/              # Icon components
β”‚   β”œβ”€β”€ router/                 # Router config
β”‚   β”œβ”€β”€ views/                  # Page views
β”‚   β”œβ”€β”€ App.vue                 # Root component
β”‚   β”œβ”€β”€ config.ts               # Resume content config
β”‚   β”œβ”€β”€ main.ts                 # App entry
β”‚   └── styles.css              # Global styles
β”œβ”€β”€ index.html                  # Entry HTML
β”œβ”€β”€ vite.config.ts              # Vite config
β”œβ”€β”€ tsconfig*.json              # TypeScript config
β”œβ”€β”€ eslint.config.ts            # ESLint config
β”œβ”€β”€ stylelint.config.ts         # Stylelint config
└── package.json                # Dependencies and scripts

Tech Stack

  • Vue 3
  • Vite
  • TypeScript
  • Vue Router
  • ESLint + Stylelint
  • pnpm

Usage

  1. Install dependencies
pnpm install
  1. Start the dev server
pnpm dev
  1. Build for production
pnpm build
  1. Preview the production build
pnpm preview

Content Editing

Resume content is centralized in src/config.ts. Components read and render it automatically. Update personal info, experience, skills, and contact details as needed.

About

🌱 Responsive Web Resume.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages