An open API service indexing awesome lists of open source software.

https://github.com/klich3/dm211.com

Old Dm211 web site 2016
https://github.com/klich3/dm211.com

vue-head vue2 vuetify webpack website

Last synced: 3 months ago
JSON representation

Old Dm211 web site 2016

Awesome Lists containing this project

README

          

# Digital Media 211 - Dm211 (2016-2023)

![Old Logotype](_screens/logo.png)

My home page since 2016 to 2023

Website originally created in PHP + Api version.

Later modified for Vue2 + WebPack without any API

![Home page](_screens/home.png)

## Setup

Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:

``` bash
# 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
```