From aaa623fa3f0c86a4b8c391cb20d85892e0031ea4 Mon Sep 17 00:00:00 2001 From: ghaem Date: Sat, 13 Dec 2025 16:19:33 +0330 Subject: [PATCH] adding parts to be able to build and deploy the project --- index.html | 4 ++-- package.json | 2 +- public/favicon.svg | 1 + public/vite.svg | 1 - src/assets/favicon.svg | 1 + src/assets/vue.svg | 1 - src/components/navbar.vue | 8 ++++---- src/main.ts | 5 +++++ tsconfig.app.json | 2 +- vite.config.ts | 1 + 10 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 public/favicon.svg delete mode 100644 public/vite.svg create mode 100644 src/assets/favicon.svg delete mode 100644 src/assets/vue.svg diff --git a/index.html b/index.html index fc03ff7..caeac9d 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - vuetest + vue-navbar
diff --git a/package.json b/package.json index fa29c1b..113026c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "vue-tsc -b && vite build", + "build": "vite build", "preview": "vite preview" }, "dependencies": { diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..d595b1e --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/assets/favicon.svg b/src/assets/favicon.svg new file mode 100644 index 0000000..d595b1e --- /dev/null +++ b/src/assets/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/vue.svg b/src/assets/vue.svg deleted file mode 100644 index 770e9d3..0000000 --- a/src/assets/vue.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/components/navbar.vue b/src/components/navbar.vue index 6a004da..2bd4423 100644 --- a/src/components/navbar.vue +++ b/src/components/navbar.vue @@ -6,8 +6,8 @@ >