server added

This commit is contained in:
2023-07-31 18:30:43 +02:00
parent dbbd2884ea
commit 2d7db4467a
66 changed files with 13251 additions and 105 deletions
+1
View File
@@ -0,0 +1 @@
.navbar-my{background-color:#356288!important}
File diff suppressed because one or more lines are too long
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>m5app</title><script defer="defer" src="/js/chunk-vendors.6a4d4d1e.js"></script><script defer="defer" src="/js/app.8de5154e.js"></script><link href="/css/app.b2143103.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but m5app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
+2
View File
@@ -0,0 +1,2 @@
"use strict";(self["webpackChunkm5app"]=self["webpackChunkm5app"]||[]).push([[563],{563:function(n,t,o){o.r(t),o.d(t,{default:function(){return d}});var u=o(3396),c=o(7139),e=o(4870),l=o(5980),a=o(7625);const s={id:"about"},r=(0,u._)("h5",null,"About",-1),i={class:"d-grid gap-2 col-1"};var p={__name:"About",setup(n){(0,e.iH)(0);const t=(0,a.A)();function o(){t.increment(),console.log("count:",t.count)}return(0,u.bv)((()=>{console.log("mounted")})),(n,a)=>((0,u.wg)(),(0,u.j4)(l.Z,null,{default:(0,u.w5)((()=>[(0,u._)("div",s,[r,(0,u._)("div",i,[(0,u._)("button",{type:"button",class:"btn btn-primary",onClick:o},(0,c.zw)((0,e.SU)(t).count),1)])])])),_:1}))}};const b=p;var d=b}}]);
//# sourceMappingURL=563.bce1f3bc.js.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"js/563.bce1f3bc.js","mappings":"+TAmBcA,EAAAA,EAAAA,IAAI,GAAlB,MACMC,GAAQC,EAAAA,EAAAA,KAEd,SAASC,IACLF,EAAME,YACNC,QAAQC,IAAI,SAAUJ,EAAMK,MAChC,C,OAEAC,EAAAA,EAAAA,KAAU,KACRH,QAAQC,IAAI,UAAU,I,mNCzBxB,MAAMG,EAAc,EAEpB,O","sources":["webpack://m5app/./src/About.vue","webpack://m5app/./src/About.vue?e632"],"sourcesContent":["<template>\n <layout>\n <div id=\"about\">\n <h5>About</h5>\n <div class=\"d-grid gap-2 col-1\">\n <button type=\"button\" class=\"btn btn-primary\" @click=\"increment\">\n {{ store.count }}\n </button>\n </div>\n </div>\n </layout>\n</template>\n\n<script setup>\n\nimport { ref, onMounted } from 'vue'\nimport Layout from '@/Layout.vue'\nimport { useCounterStore } from '@/store'\n\nconst count = ref(0)\nconst store = useCounterStore()\n\nfunction increment() {\n store.increment()\n console.log(\"count:\", store.count)\n}\n\nonMounted(() => {\n console.log(\"mounted\")\n})\n\n\n</script>\n","import script from \"./About.vue?vue&type=script&setup=true&lang=js\"\nexport * from \"./About.vue?vue&type=script&setup=true&lang=js\"\n\nconst __exports__ = script;\n\nexport default __exports__"],"names":["ref","store","useCounterStore","increment","console","log","count","onMounted","__exports__"],"sourceRoot":""}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long