https://github.com/truongdd03/truongdd03.github.io
Personal website
https://github.com/truongdd03/truongdd03.github.io
personal-website portfolio-website typescript vue
Last synced: 4 months ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/truongdd03/truongdd03.github.io
- Owner: truongdd03
- Created: 2022-10-03T03:06:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T03:10:16.000Z (4 months ago)
- Last Synced: 2025-02-05T03:27:21.942Z (4 months ago)
- Topics: personal-website, portfolio-website, typescript, vue
- Language: Vue
- Homepage: https://truongdd03.github.io
- Size: 13.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# truongdd03's Personal Website

[https://truongdd03.github.io/](https://truongdd03.github.io/?ref=github)
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.
# For Developers
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Type-Check, Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```