Flycro-Me/src/pages
Flycro 3eb6064166 Removed Motion and added vueuse/motion 2022-01-09 15:06:40 +01:00
..
posts Removed Motion and added vueuse/motion 2022-01-09 15:06:40 +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'