Skip to content

truongdd03/truongdd03.github.io

Repository files navigation

truongdd03's Personal Website

https://truongdd03.github.io/

This website is built from scratch using Vue 3, TypeScript, and HTML/SCSS.

Features

Spotify status (Deprecated)

Spotify API is used to fetch real-time data.

Screenshot 2023-12-01 at 10 58 58 PM

For Developers

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint