forked from CSID-DGU/2024-2-OSSProj-Osori-FE-01
-
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 CSID-DGU#5 from study2895/main
[Feat] λ‘κ·ΈμΈ, νμκ°μ λ° λ§μ΄νμ΄μ§, λ©μΈνμ΄μ§, μΊλ¦°λνμ΄μ§, μμ½μκ΅ μμ± νμ΄μ§ ꡬν
- Loading branch information
Showing
104 changed files
with
19,676 additions
and
16 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,2 @@ | ||
#λ°±μλ ν¬νΈ λ²νΈ | ||
VUE_APP_BE_API_URL=http://localhost:8082 |
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,2 @@ | ||
node_modules/ | ||
dist/ |
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 | ||
}, | ||
extends: [ | ||
'plugin:vue/vue3-essential', | ||
'eslint:recommended' | ||
//"plugin:prettier/recommended", | ||
], | ||
parserOptions: { | ||
parser: '@babel/eslint-parser' | ||
}, | ||
rules: { | ||
'prettier/prettier': 'off', | ||
'vue/multi-word-component-names': 'off', | ||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', | ||
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off', | ||
'no-unused-vars': 'warn' // μ¬μ©νμ§ μλ λ³μ κ²½κ³ ν΄μ | ||
} | ||
} |
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,23 @@ | ||
.DS_Store | ||
node_modules | ||
/dist | ||
|
||
|
||
# local env files | ||
.env.local | ||
.env.*.local | ||
|
||
# Log files | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
|
||
# Editor directories and files | ||
.idea | ||
.vscode | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? |
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,2 @@ | ||
node_modules/ | ||
dist/ |
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,3 @@ | ||
module.exports = { | ||
presets: ["@vue/cli-plugin-babel/preset"], | ||
}; |
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 |
---|---|---|
@@ -1,17 +1,15 @@ | ||
# [Notion νμλ‘](https://www.notion.so/5f6aec893d7d46d78f21f7fa808a8ea1?v=0826a395a50341d8a0b0e8100c801f14&pvs=4) | ||
|
||
| μ°¨μ | λ μ§ | νμμ ν | μ°Έμ¬μ | μκΈ° | νμλ‘ | | ||
| ------ | ------ | ------ | ------ | ------ | ------ | | ||
| 1μ°¨ | 2024λ 9μ 23μΌ | μ κΈ° νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ΅λ―Ό | https://www.notion.so/1-782e0c3900d444a8ad24b9d1e14b41ac | | ||
| 2μ°¨ | 2024λ 9μ 25μΌ | μ κΈ° νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ μλΉ | https://www.notion.so/2-10a8a727ce1f801993b8fc0c6108d269 | | ||
| 2.5μ°¨ | 2024λ 9μ 28μΌ | μμ νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | x | https://www.notion.so/2-5-10a8a727ce1f8007ba6fdeb175eda978 | | ||
| 3μ°¨ | 2024λ 9μ 30μΌ | μ κΈ° νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ΄μμ | https://www.notion.so/3-1118a727ce1f80a59131e217b6b53fa9 | | ||
| 4μ°¨ | 2024λ 10μ 2μΌ | μ κΈ° νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ μ§μ | https://www.notion.so/4-8681b73c539b4d30b03b747e13928fe8 | | ||
| 4.5μ°¨ | 2024λ 10μ 6μΌ | μμ νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | x | https://www.notion.so/5-c1bba1c5945245308a02a3cceaf756f1 | | ||
| 5μ°¨ | 2024λ 10μ 6μΌ | μμ νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ΅λ―Ό | https://www.notion.so/5-c1bba1c5945245308a02a3cceaf756f1 | | ||
| 6μ°¨ | 2024λ 10μ 9μΌ | μ κΈ° νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ μλΉ | https://www.notion.so/6-11b8a727ce1f8019a72ffbd695f4de46?pvs=4 | | ||
| 7μ°¨ | 2024λ 10μ 14μΌ | μ κΈ° νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ΄μμ | https://www.notion.so/7-11f8a727ce1f806c816cc3e8e9a60498 | | ||
| 7.5μ°¨ | 2024λ 10μ 15μΌ | μμ νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | x | https://www.notion.so/7-5-11f8a727ce1f80269d5bfbd5ea839057 | | ||
| 8μ°¨ | 2024λ 10μ 16μΌ | μ κΈ° νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ μ§μ | https://www.notion.so/8-1218a727ce1f80828502ff33c79181fd | | ||
|
||
# [Notion νμλ‘](https://www.notion.so/5f6aec893d7d46d78f21f7fa808a8ea1?v=0826a395a50341d8a0b0e8100c801f14&pvs=4) | ||
|
||
| μ°¨μ | λ μ§ | νμμ ν | μ°Έμ¬μ | μκΈ° | νμλ‘ | | ||
| ----- | ---------------- | --------- | ---------------------------- | ------ | -------------------------------------------------------------- | | ||
| 1μ°¨ | 2024λ 9μ 23μΌ | μ κΈ° νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ΅λ―Ό | https://www.notion.so/1-782e0c3900d444a8ad24b9d1e14b41ac | | ||
| 2μ°¨ | 2024λ 9μ 25μΌ | μ κΈ° νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ μλΉ | https://www.notion.so/2-10a8a727ce1f801993b8fc0c6108d269 | | ||
| 2.5μ°¨ | 2024λ 9μ 28μΌ | μμ νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | x | https://www.notion.so/2-5-10a8a727ce1f8007ba6fdeb175eda978 | | ||
| 3μ°¨ | 2024λ 9μ 30μΌ | μ κΈ° νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ΄μμ | https://www.notion.so/3-1118a727ce1f80a59131e217b6b53fa9 | | ||
| 4μ°¨ | 2024λ 10μ 2μΌ | μ κΈ° νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ μ§μ | https://www.notion.so/4-8681b73c539b4d30b03b747e13928fe8 | | ||
| 4.5μ°¨ | 2024λ 10μ 6μΌ | μμ νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | x | https://www.notion.so/5-c1bba1c5945245308a02a3cceaf756f1 | | ||
| 5μ°¨ | 2024λ 10μ 6μΌ | μμ νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ΅λ―Ό | https://www.notion.so/5-c1bba1c5945245308a02a3cceaf756f1 | | ||
| 6μ°¨ | 2024λ 10μ 9μΌ | μ κΈ° νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ μλΉ | https://www.notion.so/6-11b8a727ce1f8019a72ffbd695f4de46?pvs=4 | | ||
| 7μ°¨ | 2024λ 10μ 14μΌ | μ κΈ° νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ΄μμ | https://www.notion.so/7-11f8a727ce1f806c816cc3e8e9a60498 | | ||
| 7.5μ°¨ | 2024λ 10μ 15μΌ | μμ νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | x | https://www.notion.so/7-5-11f8a727ce1f80269d5bfbd5ea839057 | | ||
| 8μ°¨ | 2024λ 10μ 16μΌ | μ κΈ° νμ | μ΄μμ, μ΅λ―Ό, μ μ§μ, μ μλΉ | μ μ§μ | https://www.notion.so/8-1218a727ce1f80828502ff33c79181fd | |
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,13 @@ | ||
{ | ||
"compilerOptions": { | ||
"target": "es5", | ||
"module": "esnext", | ||
"baseUrl": "./", | ||
"moduleResolution": "node", | ||
"paths": { | ||
"@/*": ["src/*"] | ||
}, | ||
"lib": ["esnext", "dom", "dom.iterable", "scripthost"] | ||
}, | ||
"exclude": ["src/components/layout/Bottombar.vue"] | ||
} |
Oops, something went wrong.