Skip to content

Clijsters/homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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