/dm211.com

Old Dm211 web site 2016

Primary LanguageVueMIT LicenseMIT

Digital Media 211 - Dm211 (2016-2023)

Old Logotype

My home page since 2016 to 2023
Website originally created in PHP + Api version.
Later modified for Vue2 + WebPack without any API

Home page

Setup

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