Vite+Vue3设置路径别名

Posted 朱丽叶

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vite+Vue3设置路径别名相关的知识,希望对你有一定的参考价值。

// 1.vite.config.js文件添加 import path from 'path' // 如果引入的时候报错则需要 npm install --save-dev @types/node resolve: alias: '@': path.resolve(__dirname, 's

以上是关于Vite+Vue3设置路径别名的主要内容,如果未能解决你的问题,请参考以下文章

vue3+vite+ts 配置别名@报错

vite为vue3配置@路径,vite路径配置

vite为vue3配置@路径,vite路径配置

vite为vue3配置@路径,vite路径配置

vue3+vite+ts 搭建项目

不习惯的Vue3起步二 の alias别名ref和reactive