My home page since 2016 to 2023
Website originally created in PHP + Api version.
Later modified for Vue2 + WebPack without any API
Download Node.js. Run this followed commands:
# Install dependencies (only for first time)
npm i
# Serve at localhost
npm run serve
# Build for production in the dist/ directory
npm run build-prod