- You’ve successfully created a project with
- Vite +
- Vue 3. What's next?
-
-
-
-
-
diff --git a/src/components/TheWelcome.vue b/src/components/TheWelcome.vue
deleted file mode 100644
index ae6eec3..0000000
--- a/src/components/TheWelcome.vue
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-
-
-
-
-
- Documentation
-
- Vue’s
- official documentation
- provides you with all information you need to get started.
-
-
-
-
-
-
- Tooling
-
- This project is served and bundled with
- Vite. The
- recommended IDE setup is
- VSCode
- +
- Volar. If
- you need to test your components and web pages, check out
- Vitest
- and
- Cypress
- /
- Playwright.
-
-
-
- More instructions are available in
- README.md.
-
-
-
-
-
-
- Ecosystem
-
- Get official tools and libraries for your project:
- Pinia,
- Vue Router,
- Vue Test Utils, and
- Vue Dev Tools. If
- you need more resources, we suggest paying
- Awesome Vue
- a visit.
-
-
-
-
-
-
- Community
-
- Got stuck? Ask your question on
- Vue Land
- (our official Discord server), or
- StackOverflow. You should also follow the official
- @vuejs.org
- Bluesky account or the
- @vuejs
- X account for latest news in the Vue world.
-
-
-
-
-
-
- Support Vue
-
- As an independent project, Vue relies on community backing for its sustainability. You can help
- us by
- becoming a sponsor.
-
-
diff --git a/src/components/WelcomeItem.vue b/src/components/WelcomeItem.vue
deleted file mode 100644
index 6d7086a..0000000
--- a/src/components/WelcomeItem.vue
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/stamps.vue b/src/components/stamps.vue
new file mode 100644
index 0000000..12ae594
--- /dev/null
+++ b/src/components/stamps.vue
@@ -0,0 +1,28 @@
+
+
+
stampbook
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/underconstruction.vue b/src/components/underconstruction.vue
new file mode 100644
index 0000000..f50778d
--- /dev/null
+++ b/src/components/underconstruction.vue
@@ -0,0 +1,29 @@
+
+
+
+
UNDER CONSTRUCTION
+
+
come back soon!!!
+
+
+
\ No newline at end of file
diff --git a/src/components/wantedposter.vue b/src/components/wantedposter.vue
new file mode 100644
index 0000000..eff6c34
--- /dev/null
+++ b/src/components/wantedposter.vue
@@ -0,0 +1,146 @@
+
+
+
$$ FBI's most wanted $$
+
+
+
+
+
+
name:
+
genki
+
+
+
height:
+
mouse-sized
+
+
+
species:
+
space cabbit
+
+
+
wanted for:
+
being too silly :3
+
+
+
last seen:
+
inside your walls...
+
+
+
+
+
!INFO likes to smell plants and imprison bugs... can be found eating plastic
+ from your bins and
+ drinking kerosene at your nearest airport
+
!CAUTION will bark very loud if approached
+
+
+
+
!REWARD!
+
second-hand Hwasong-18 ICBM [fuel not included]
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/welcometitle.vue b/src/components/welcometitle.vue
new file mode 100644
index 0000000..ce98291
--- /dev/null
+++ b/src/components/welcometitle.vue
@@ -0,0 +1,35 @@
+
+
welcome to...
+
{{ props.title }}
+
+
+
+
+
diff --git a/src/router/index.ts b/src/router/index.ts
index 3e49915..cf15ff3 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -1,5 +1,9 @@
import { createRouter, createWebHistory } from 'vue-router'
-import HomeView from '../views/HomeView.vue'
+
+import HomeView from '@/views/HomeView.vue'
+import SocialsView from '@/views/SocialsView.vue'
+import PetsView from '@/views/PetsView.vue'
+import PortfolioView from '@/views/PortfolioView.vue'
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
@@ -10,13 +14,28 @@ const router = createRouter({
component: HomeView,
},
{
- path: '/about',
- name: 'about',
- // route level code-splitting
- // this generates a separate chunk (About.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('../views/AboutView.vue'),
+ path: '/socials',
+ name: 'socials',
+ component: SocialsView,
},
+ {
+ path: '/pets',
+ name: 'pets',
+ component: PetsView,
+ },
+ {
+ path: '/portfolio',
+ name: 'portfolio',
+ component: PortfolioView,
+ },
+ // {
+ // path: '/about',
+ // name: 'about',
+ // // route level code-splitting
+ // // this generates a separate chunk (About.[hash].js) for this route
+ // // which is lazy-loaded when the route is visited.
+ // component: () => import('../views/AboutView.vue'),
+ // },
],
})
diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue
deleted file mode 100644
index 756ad2a..0000000
--- a/src/views/AboutView.vue
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
hello!!! welcome to my site, feel free to look around and learn something your government doesn't want you
+ to know :3
+
+
+
+
-
-
-
-
-
+
\ No newline at end of file
diff --git a/src/views/PetsView.vue b/src/views/PetsView.vue
new file mode 100644
index 0000000..0bf0604
--- /dev/null
+++ b/src/views/PetsView.vue
@@ -0,0 +1,8 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/PortfolioView.vue b/src/views/PortfolioView.vue
new file mode 100644
index 0000000..0bf0604
--- /dev/null
+++ b/src/views/PortfolioView.vue
@@ -0,0 +1,8 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/SocialsView.vue b/src/views/SocialsView.vue
new file mode 100644
index 0000000..0bf0604
--- /dev/null
+++ b/src/views/SocialsView.vue
@@ -0,0 +1,8 @@
+
+
+
+
+
\ No newline at end of file