alias 配置
添加 alias.config.js 文件
const path = require('path')
module.exports = {
resolve: {
alias: {
'@': path.resolve(__dirname, 'src'),
'_c': path.resolve(__dirname, 'src/components'),
}
}
}
添加 alias.config.js 文件
const path = require('path')
module.exports = {
resolve: {
alias: {
'@': path.resolve(__dirname, 'src'),
'_c': path.resolve(__dirname, 'src/components'),
}
}
}
本文标题:2019-07-25 IDEA 配置Vue alias(别名)、
本文链接:https://www.haomeiwen.com/subject/hjucrctx.html
网友评论