1 Star 0 Fork 1

weiji / vue通用模板

forked from wjz / vue通用模板 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
alias.config.js 129 Bytes
一键复制 编辑 原始数据 按行查看 历史
wjz 提交于 2020-11-15 22:47 . @路径跳转设置
const path = require('path');
module.exports = {
resolve: {
alias: {
'@': path.resolve(__dirname, "src")
}
}
};
JavaScript
1
https://gitee.com/weiji/vue-general-template.git
git@gitee.com:weiji/vue-general-template.git
weiji
vue-general-template
vue通用模板
master

搜索帮助