luohailiang 7baa24e9b1 111 vor 2 Jahren
..
hi 7baa24e9b1 111 vor 2 Jahren
README.md 7baa24e9b1 111 vor 2 Jahren
[...all].vue 7baa24e9b1 111 vor 2 Jahren
index.vue 7baa24e9b1 111 vor 2 Jahren

README.md

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'