diff --git a/src/components/README.md b/src/components/README.md
deleted file mode 100644
index ccafa35..0000000
--- a/src/components/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-## Components
-
-Components in this dir will be auto-registered and on-demand, powered by [`unplugin-vue-components`](https://github.com/antfu/unplugin-vue-components).
-
-### Icons
-
-You can use icons from almost any icon sets by the power of [Iconify](https://iconify.design/).
-
-It will only bundle the icons you use. Check out [`unplugin-icons`](https://github.com/antfu/unplugin-icons) for more details.
diff --git a/src/pages/README.md b/src/pages/README.md
deleted file mode 100644
index 26b343d..0000000
--- a/src/pages/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-## File-based Routing
-
-Routes will be auto-generated for Vue files in this dir with the same file structure.
-Check out [`unplugin-vue-router`](https://github.com/posva/unplugin-vue-router) for more details.
-
-### Path Aliasing
-
-`~/` is aliased to `./src/` folder.
-
-For example, instead of having
-
-```ts
-import { isDark } from '../../../../composables'
-```
-
-now, you can use
-
-```ts
-import { isDark } from '~/composables'
-```
diff --git a/src/pages/[...all].vue b/src/pages/[...all].vue
deleted file mode 100755
index 241e7e2..0000000
--- a/src/pages/[...all].vue
+++ /dev/null
@@ -1,5 +0,0 @@
-
-