Flycro-Me/src/pages
Flycro 94140719b8 Bumped dependencies & added error display for Posts 2022-02-05 22:59:52 +01:00
..
posts Bumped dependencies & added error display for Posts 2022-02-05 22:59:52 +01:00
projects Init 2022-01-09 00:18:05 +01:00
README.md Init 2022-01-09 00:18:05 +01:00
[...all].vue Init 2022-01-09 00:18:05 +01:00
about.md Init 2022-01-09 00:18:05 +01:00
index.vue Remove github Icon from Mobile for now 2022-01-09 02:05:51 +01:00

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'