1 Star 0 Fork 34

justinzhong / diboot-antd-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webstorm.config.js 278 Bytes
一键复制 编辑 原始数据 按行查看 历史
'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: {
'@': resolve('src')
}
}
}
JavaScript
1
https://gitee.com/justin_zhong/diboot-antd-admin.git
git@gitee.com:justin_zhong/diboot-antd-admin.git
justin_zhong
diboot-antd-admin
diboot-antd-admin
master

搜索帮助