Apply hexagonal architecture and clean code principles
This commit is contained in:
1
chat-web-client/dist/assets/index-DIsRwQnG.css
vendored
Normal file
1
chat-web-client/dist/assets/index-DIsRwQnG.css
vendored
Normal file
File diff suppressed because one or more lines are too long
23
chat-web-client/dist/assets/index-lEa7rgri.js
vendored
Normal file
23
chat-web-client/dist/assets/index-lEa7rgri.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
chat-web-client/dist/favicon/apple-touch-icon.png
vendored
Normal file
BIN
chat-web-client/dist/favicon/apple-touch-icon.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
BIN
chat-web-client/dist/favicon/favicon-96x96.png
vendored
Normal file
BIN
chat-web-client/dist/favicon/favicon-96x96.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
BIN
chat-web-client/dist/favicon/favicon.ico
vendored
Normal file
BIN
chat-web-client/dist/favicon/favicon.ico
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
3
chat-web-client/dist/favicon/favicon.svg
vendored
Normal file
3
chat-web-client/dist/favicon/favicon.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 29 KiB |
BIN
chat-web-client/dist/favicon/web-app-manifest-192x192.png
vendored
Normal file
BIN
chat-web-client/dist/favicon/web-app-manifest-192x192.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.8 KiB |
BIN
chat-web-client/dist/favicon/web-app-manifest-512x512.png
vendored
Normal file
BIN
chat-web-client/dist/favicon/web-app-manifest-512x512.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
19
chat-web-client/dist/index.html
vendored
Normal file
19
chat-web-client/dist/index.html
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Chat IA Offline - Vue App</title>
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
<script type="module" crossorigin src="/assets/index-lEa7rgri.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DIsRwQnG.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
2
chat-web-client/dist/robots.txt
vendored
Normal file
2
chat-web-client/dist/robots.txt
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
21
chat-web-client/dist/site.webmanifest
vendored
Normal file
21
chat-web-client/dist/site.webmanifest
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "MyWebSite",
|
||||
"short_name": "MySite",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
Reference in New Issue
Block a user