From f0b8dc6c72a5d494a16efbe91ad94ef68a536d13 Mon Sep 17 00:00:00 2001 From: HiBixby <201910789@sangmyung.kr> Date: Fri, 27 Jan 2023 01:31:24 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20=20=EB=B9=8C=EB=93=9C?= =?UTF-8?q?=20=EC=83=81=EB=8C=80=20=EA=B2=BD=EB=A1=9C=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.html | 10 +++++----- vite.config.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.html b/docs/index.html index ba1816e..ab40c44 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,23 +2,23 @@ - + - + 웨, 일해 - - + +
- +
웨, 일해
diff --git a/vite.config.js b/vite.config.js index 6956c4c..c4e3923 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,7 +5,7 @@ const path = require("path"); // https://vitejs.dev/config/ export default defineConfig({ plugins: [vue()], - base:'/WhaleHae', + base:'./', resolve: { alias: { "@": path.resolve(__dirname, "./src"), From af0e49391c4ed114d3702aad71366b2bcb29e750 Mon Sep 17 00:00:00 2001 From: HiBixby <201910789@sangmyung.kr> Date: Fri, 27 Jan 2023 01:32:12 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20vue-cli=20=EA=B4=80=EB=A0=A8?= =?UTF-8?q?=20=EC=84=A4=EB=AA=85=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a762cbc..6859e5e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # 웨, 일해 -![설명이미지](https://user-images.githubusercontent.com/66160055/214256892-ff54a462-063a-4897-b9e2-8783df8cdc86.png) +![설명이미지](https://user-images.githubusercontent.com/66160055/214256892-ff54a462-063a-4897-b9e2-8783df8cdc86.png) 🚧 WIP 🚧 [DEMO](https://hibixby.github.io/WhaleHae/) + ## What I used + ``` Vue3 Vue-router4 @@ -14,24 +16,25 @@ Vite ``` ## Project setup + ``` npm install ``` ### Compiles and hot-reloads for development + ``` npm run dev ``` ### Compiles and minifies for production + ``` npm run build ``` ### Lints and fixes files + ``` npm run lint ``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/).