2020-12-24 17:26:37 +08:00
..
2020-11-28 14:14:36 +08:00
2020-11-28 14:14:36 +08:00
2020-12-24 17:26:37 +08:00
2020-12-24 17:26:37 +08:00
2020-12-01 11:36:57 +08:00

File-based Routing

Routes will auto-generated for Vue files in this dir with the same file structure. Check out vite-plugin-voie for more details.

Path Aliasing

You can use /~/ aliasing to ./src/ folder.

For example, instead of having

import { locales } from '../../../../messages'

now you can use

import { locales } from '/~/messages'