vue-配置项目文件-配置src文件夹为@别名

{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}

在jsconfig.json文件中写入该代码,没有直接在根目录新建

posted @ 2022-01-17 16:56  嗜血汽车人  阅读(324)  评论(0)    收藏  举报