Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 424 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 424 Bytes

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'