zterton-status/src/pages
2021-10-14 15:42:52 +01:00
..
hi chore: add src 2021-10-14 15:42:52 +01:00
[...all].vue chore: add src 2021-10-14 15:42:52 +01:00
base.vue chore: add src 2021-10-14 15:42:52 +01:00
README.md chore: add src 2021-10-14 15:42:52 +01: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 '../../../../logic'

now, you can use

import { isDark } from '~/logic'