Clijsters / homepage

My personal homepage https://clijsters.de

Home Page:https://clijsters.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clijsters.de

This is the GitHub Reposiory for my personal homepage. It is a single-page Vue.js app with nuxt

Build status for master Build status for develop codecov Code Coverage


homepage

Special thanks to Christian for letting me use his homepage design!

I reworked most of its sources to being able to run smoothly without any JavaScript. This increases not only usability, but also decreases loading time and optimizes SEO. The first request is being served with a server-side-rendered html page.

If you want to see some of my projects and showcases, take a look at xylo-it.de

Getting started

build

Make sure you're in the src/ directory, then run

npm install
npm run build

Start development server

npm run serve

Start production server

npm run start

Roll out to production

Just use the dockerfile in project root to deploy the homepage to a production system.

docker build ./

See it in action

website showcase gif

About

My personal homepage https://clijsters.de

https://clijsters.de


Languages

Language:Vue 41.4%Language:SCSS 39.1%Language:JavaScript 11.5%Language:HTML 7.5%Language:Dockerfile 0.4%