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
- Host: GitHub
- URL: https://github.com/klich3/dm211.com
- Owner: klich3
- License: mit
- Created: 2023-03-09T11:36:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T16:38:53.000Z (over 2 years ago)
- Last Synced: 2024-04-15T07:22:37.481Z (about 2 years ago)
- Topics: vue-head, vue2, vuetify, webpack, website
- Language: Vue
- Homepage: https://dm211.com
- Size: 45.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Digital Media 211 - Dm211 (2016-2023)

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

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