2 Star 0 Fork 0

cjmusic / project-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
idea.config.js 655 Bytes
一键复制 编辑 原始数据 按行查看 历史
gpt-4182 提交于 2021-12-07 18:31 . first commit
'use strict'
const path = require('path')
function resolve (dir) {
return path.join(__dirname, '.', dir)
}
module.exports = {
context: path.resolve(__dirname, './'),
resolve: {
extensions: ['.js', '.vue', '.json'],
alias: {
'config': resolve('config'),
'@': resolve('src'),
'@views': resolve('src/views'),
'@comp': resolve('src/components'),
'@core': resolve('src/core'),
'@utils': resolve('src/utils'),
'@entry': resolve('src/entry'),
'@router': resolve('src/router'),
'@store': resolve('src/store')
}
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cjmusic/project-web.git
git@gitee.com:cjmusic/project-web.git
cjmusic
project-web
project-web
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891