cvgen/src/pages
2022-01-10 11:27:09 +00:00
..
hi chore: add code' 2022-01-10 11:27:09 +00:00
[...all].vue chore: add code' 2022-01-10 11:27:09 +00:00
About.md chore: add code' 2022-01-10 11:27:09 +00:00
base.vue chore: add code' 2022-01-10 11:27:09 +00:00
README.md chore: add code' 2022-01-10 11:27:09 +00: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'