-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from Michriko/vue3
Vue3
- Loading branch information
Showing
34 changed files
with
12,582 additions
and
13,874 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
> 1% | ||
last 2 versions | ||
not dead | ||
not ie 11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
module.exports = { | ||
root: true, | ||
env: { | ||
node: true, | ||
"vue/setup-compiler-macros": true, | ||
}, | ||
extends: [ | ||
"plugin:vue/vue3-essential", | ||
"eslint:recommended", | ||
"@vue/typescript/recommended", | ||
"plugin:prettier/recommended", | ||
], | ||
parserOptions: { | ||
ecmaVersion: 2020, | ||
}, | ||
rules: { | ||
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off", | ||
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off", | ||
"vue/multi-word-component-names": "off", | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* eslint-disable */ | ||
/* prettier-ignore */ | ||
// @ts-nocheck | ||
// Generated by unplugin-vue-components | ||
// Read more: https://github.com/vuejs/core/pull/3399 | ||
export {} | ||
|
||
declare module 'vue' { | ||
export interface GlobalComponents { | ||
AboutMe: typeof import('./src/components/aboutMe.vue')['default'] | ||
Banner: typeof import('./src/components/banner.vue')['default'] | ||
Contact: typeof import('./src/components/contact.vue')['default'] | ||
FooterContent: typeof import('./src/components/footerContent.vue')['default'] | ||
RouterLink: typeof import('vue-router')['RouterLink'] | ||
RouterView: typeof import('vue-router')['RouterView'] | ||
TechCard: typeof import('./src/components/tech/techCard.vue')['default'] | ||
TechStack: typeof import('./src/components/techStack.vue')['default'] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,219 @@ | ||
<!DOCTYPE html> | ||
<html lang="de"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta content="IE=edge" http-equiv="X-UA-Compatible" /> | ||
<meta content="width=device-width,initial-scale=1.0" name="viewport" /> | ||
<meta content="kopf.codes" name="application-name" /> | ||
<meta | ||
content="Michael Kopf, Fullstack Software / Devops Engineer aus Karlsruhe. Techstack: C#, Typescript, Angular, VueJS, Java, T-SQL, Kubernetes, ELK, Prometheus & Grafana, Docker, Teamcity, Git, SVN" | ||
name="description" /> | ||
<meta | ||
content="Michael, Kopf, Karlsruhe, Software, Entwickler, Engineer, Developer, Devops, Fullstack, .NET, c#, Angular, Java, SQL, T-SQL, Java, .NET, .NetCore, Kubernetes, Agil, CI, CD, Git, Computer Vision, Künstliche Intelligenz, Maschinelles Lernen, Deep Learning, Bildverarbeitung" | ||
name="keywords" /> | ||
<meta content="Michael Kopf" name="author" /> | ||
<meta content="https://kopf.codes/" name="url" /> | ||
<meta content="kopf.codes" property="og:site_name" /> | ||
<meta content="Michael Kopf - Software / Devops Engineer" property="og:title" /> | ||
<meta | ||
content="Michael Kopf, Fullstack Software / Devops Engineer aus Karlsruhe. Techstack: C#, Typescript, Angular, VueJS, Java, T-SQL, Kubernetes, ELK, Prometheus & Grafana, Docker, Teamcity, Git, SVN" | ||
property="og:description" /> | ||
<meta content="https://kopf.codes/img/logo.418b57f1.svg" property="og:image" /> | ||
<link href="https://kopf.codes/" rel="cannonical" /> | ||
<meta content="yes" name="mobile-web-app-capable" /> | ||
<meta content="yes" name="apple-mobile-web-app-capable" /> | ||
<meta content="kopf.codes" name="apple-mobile-web-app-title" /> | ||
<meta content="#607d8b" name="msapplication-TileColor" /> | ||
<meta content="#607d8b" name="theme-color" /> | ||
<meta content="#607d8b" name="apple-mobile-web-app-status-bar-style" /> | ||
<meta | ||
content="browserconfig.xml?v=210406083601" | ||
name="msapplication-config" | ||
/> | ||
<link | ||
href="/apple-touch-icon-57x57.png?v=210406083601" | ||
rel="apple-touch-icon" | ||
sizes="57x57" | ||
/> | ||
<link | ||
href="/apple-touch-icon-60x60.png?v=210406083601" | ||
rel="apple-touch-icon" | ||
sizes="60x60" | ||
/> | ||
<link | ||
href="/apple-touch-icon-72x72.png?v=210406083601" | ||
rel="apple-touch-icon" | ||
sizes="72x72" | ||
/> | ||
<link | ||
href="/apple-touch-icon-76x76.png?v=210406083601" | ||
rel="apple-touch-icon" | ||
sizes="76x76" | ||
/> | ||
<link | ||
href="/apple-touch-icon-114x114.png?v=210406083601" | ||
rel="apple-touch-icon" | ||
sizes="114x114" | ||
/> | ||
<link | ||
href="/apple-touch-icon-120x120.png?v=210406083601" | ||
rel="apple-touch-icon" | ||
sizes="120x120" | ||
/> | ||
<link | ||
href="/apple-touch-icon-144x144.png?v=210406083601" | ||
rel="apple-touch-icon" | ||
sizes="144x144" | ||
/> | ||
<link | ||
href="/apple-touch-icon-152x152.png?v=210406083601" | ||
rel="apple-touch-icon" | ||
sizes="152x152" | ||
/> | ||
<link | ||
href="/apple-touch-icon-180x180.png?v=210406083601" | ||
rel="apple-touch-icon" | ||
sizes="180x180" | ||
/> | ||
<link | ||
href="/android-chrome-36x36.png?v=210406083601" | ||
rel="icon" | ||
sizes="36x36" | ||
type="image/png" | ||
/> | ||
<link | ||
href="/android-chrome-48x48.png?v=210406083601" | ||
rel="icon" | ||
sizes="48x48" | ||
type="image/png" | ||
/> | ||
<link | ||
href="/android-chrome-72x72.png?v=210406083601" | ||
rel="icon" | ||
sizes="72x72" | ||
type="image/png" | ||
/> | ||
<link | ||
href="/android-chrome-96x96.png?v=210406083601" | ||
rel="icon" | ||
sizes="96x96" | ||
type="image/png" | ||
/> | ||
<link | ||
href="/android-chrome-144x144.png?v=210406083601" | ||
rel="icon" | ||
sizes="144x144" | ||
type="image/png" | ||
/> | ||
<link | ||
href="/android-chrome-192x192.png?v=210406083601" | ||
rel="icon" | ||
sizes="192x192" | ||
type="image/png" | ||
/> | ||
<link | ||
href="/favicon-16x16.png?v=210406083601" | ||
rel="icon" | ||
sizes="16x16" | ||
type="image/png" | ||
/> | ||
<link | ||
href="/favicon-32x32.png?v=210406083601" | ||
rel="icon" | ||
sizes="32x32" | ||
type="image/png" | ||
/> | ||
<link | ||
href="/favicon-96x96.png?v=210406083601" | ||
rel="icon" | ||
sizes="96x96" | ||
type="image/png" | ||
/> | ||
<link | ||
href="/favicon.ico?v=210406083601" | ||
rel="shortcut icon" | ||
type="image/x-icon" | ||
/> | ||
<meta | ||
content="mstile-150x150.png?v=210406083601" | ||
name="msapplication-TileImage" | ||
/> | ||
<meta | ||
content="mstile-70x70.png?v=210406083601" | ||
name="msapplication-square70x70logo" | ||
/> | ||
<meta | ||
content="mstile-150x150.png?v=210406083601" | ||
name="msapplication-square150x150logo" | ||
/> | ||
<meta | ||
content="mstile-310x150.png?v=210406083601" | ||
name="msapplication-wide310x150logo" | ||
/> | ||
<meta | ||
content="mstile-310x310.png?v=210406083601" | ||
name="msapplication-square310x310logo" | ||
/> | ||
<link | ||
href="/apple-touch-startup-image-320x460.png?v=210406083601" | ||
media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" | ||
rel="apple-touch-startup-image" | ||
/> | ||
<link | ||
href="/apple-touch-startup-image-640x920.png?v=210406083601" | ||
media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" | ||
rel="apple-touch-startup-image" | ||
/> | ||
<link | ||
href="/apple-touch-startup-image-640x1096.png?v=210406083601" | ||
media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" | ||
rel="apple-touch-startup-image" | ||
/> | ||
<link | ||
href="/apple-touch-startup-image-748x1024.png?v=210406083601" | ||
media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) and (orientation: landscape)" | ||
rel="apple-touch-startup-image" | ||
/> | ||
<link | ||
href="/apple-touch-startup-image-750x1024.png?v=210406083601" | ||
media="" | ||
rel="apple-touch-startup-image" | ||
/> | ||
<link | ||
href="/apple-touch-startup-image-750x1294.png?v=210406083601" | ||
media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" | ||
rel="apple-touch-startup-image" | ||
/> | ||
<link | ||
href="/apple-touch-startup-image-768x1004.png?v=210406083601" | ||
media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) and (orientation: portrait)" | ||
rel="apple-touch-startup-image" | ||
/> | ||
<link | ||
href="/apple-touch-startup-image-1182x2208.png?v=210406083601" | ||
media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)" | ||
rel="apple-touch-startup-image" | ||
/> | ||
<link | ||
href="/apple-touch-startup-image-1242x2148.png?v=210406083601" | ||
media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" | ||
rel="apple-touch-startup-image" | ||
/> | ||
<link | ||
href="/apple-touch-startup-image-1496x2048.png?v=210406083601" | ||
media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)" | ||
rel="apple-touch-startup-image" | ||
/> | ||
<link | ||
href="/apple-touch-startup-image-1536x2008.png?v=210406083601" | ||
media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" | ||
rel="apple-touch-startup-image" | ||
/> | ||
|
||
<title>kopf.codes</title> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script src="/src/main.ts" type="module"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.