vitesse/src/pages
2022-11-30 08:05:45 +08:00
..
hi fix: use two words component name 2022-11-30 08:05:45 +08:00
[...all].vue feat: use unplugin-auto-import instead of vue-global-api 2021-08-24 15:19:20 +08:00
about.md feat: move to unocss 2022-02-17 20:59:24 +08:00
index.vue fix: use two words component name 2022-11-30 08:05:45 +08:00
README.md refactor: rename logic to composables 2021-11-02 09:13:28 +08:00

File-based Routing

Routes will be auto-generated for Vue files in this dir with the same file structure. Check out vite-plugin-pages for more details.

Path Aliasing

~/ is aliased to ./src/ folder.

For example, instead of having

import { isDark } from '../../../../composables'

now, you can use

import { isDark } from '~/composables'