Skip to content

Commit

Permalink
デフォルトのページを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
ZOI-dayo committed Oct 4, 2024
1 parent c8b76a2 commit bb35001
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 304 deletions.
1 change: 0 additions & 1 deletion src/assets/logo.svg

This file was deleted.

41 changes: 0 additions & 41 deletions src/components/HelloWorld.vue

This file was deleted.

88 changes: 0 additions & 88 deletions src/components/TheWelcome.vue

This file was deleted.

87 changes: 0 additions & 87 deletions src/components/WelcomeItem.vue

This file was deleted.

7 changes: 0 additions & 7 deletions src/components/icons/IconCommunity.vue

This file was deleted.

7 changes: 0 additions & 7 deletions src/components/icons/IconDocumentation.vue

This file was deleted.

7 changes: 0 additions & 7 deletions src/components/icons/IconEcosystem.vue

This file was deleted.

7 changes: 0 additions & 7 deletions src/components/icons/IconSupport.vue

This file was deleted.

19 changes: 0 additions & 19 deletions src/components/icons/IconTooling.vue

This file was deleted.

17 changes: 1 addition & 16 deletions src/router/index.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
import { createRouter, createWebHistory } from 'vue-router'
import HomeView from '../views/HomeView.vue'

const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
routes: [
{
path: '/',
name: 'home',
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')
}
]
routes: []
})

export default router
15 changes: 0 additions & 15 deletions src/views/AboutView.vue

This file was deleted.

9 changes: 0 additions & 9 deletions src/views/HomeView.vue

This file was deleted.

0 comments on commit bb35001

Please sign in to comment.