DESKTOP-07F1812\coder 7c4838f401 test:测试提交 2 år sedan
..
README.md 9dc416dee2 init:新建项目,并完成首页静态页 2 år sedan
[...all].vue 9dc416dee2 init:新建项目,并完成首页静态页 2 år sedan
index.vue 7c4838f401 test:测试提交 2 år sedan
menuData.js d53184dfdf feat:完善首页 2 år sedan

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'