2020-08-22 00:12:07 +08:00
..
2020-08-10 23:26:36 +08:00
2020-08-11 18:41:21 +08:00
2020-08-15 00:58:50 +08:00
2020-08-22 00:12:07 +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'