eslint-config/fixtures/vitesse/src/pages
2022-09-06 10:04:27 +08:00
..
hi chore: update fixture 2022-09-06 10:04:27 +08:00
[...all].vue chore: update fixture 2022-09-06 10:04:27 +08:00
about.md chore: update fixture 2022-09-06 10:04:27 +08:00
index.vue chore: update fixture 2022-09-06 10:04:27 +08:00
README.md chore: update fixture 2022-09-06 10:04:27 +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'