This commit is contained in:
2025-07-02 21:56:37 +09:00
commit 29adf2c274
736 changed files with 89300 additions and 0 deletions

14
.env Normal file
View File

@@ -0,0 +1,14 @@
#VUE_APP_DEFAULT_AUTH=api
VITE_APP_DEFAULT_AUTH=api
# 운영
VITE_APP_BASE_URL=http://talk.kospo.co.kr:3000
VITE_APP_API_URL=http://talk.kospo.co.kr:3000
VITE_APP_WEBSOCKET_URL=ws://talk.kospo.co.kr:3000
# 개발
VITE_DEV_APP_BASE_URL=http://devtalk.kospo.co.kr:3000
VITE_DEV_APP_API_URL=http://devtalk.kospo.co.kr:3000
VITE_DEV_APP_WEBSOCKET_URL=ws://devtalk.kospo.co.kr:3000
VITE_DEBUG=Y

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/.idea/
/dist/
/node_modules/

2
.yarnrc Normal file
View File

@@ -0,0 +1,2 @@
yarn-offline-mirror "./npm-packages-offilne"
yarn-offline-mirror-pruning true

1
README.md Normal file
View File

@@ -0,0 +1 @@
# Chatvia_vue

23
index.html Normal file
View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<link rel="manifest" href="/manifest.json" crossorigin="anonymous">
<!-- <link href="../node_modules/simplebar/dist/simplebar.min.css" rel="stylesheet" type="text/css"> -->
<title>KOSPO 헬프톡</title>
</head>
<body>
<noscript>
<strong>We're sorry but APP doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script>const global = globalThis;</script>
<!-- built files will be auto injected -->
</body>
</html>

19
jsconfig.json Normal file
View File

@@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More