1 Star 0 Fork 0

dean.zhu/vue3-components

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 809 Bytes
一键复制 编辑 原始数据 按行查看 历史
dean.zhu 提交于 2020-11-02 09:49 . save
const path = require('path')
const resolve = filePath => path.join(__dirname, './', filePath);
module.exports = {
outputDir:'docs',
publicPath:'/vue3-components/',
devServer:{port:3306},
pages: {
index: {
entry: resolve('story/main.ts'),
template: 'public/index.html',
filename: 'index.html',
title: 'v3-componeNts',
},
},
chainWebpack: config => {
config.plugins
.delete('prefetch-index')
.delete('preload-index');
config.resolve.alias
.set('story', resolve('story'))
.set('src',resolve('src'))
},
css:{
loaderOptions:{
sass:{
prependData:`@import "src/style/global-import.scss";`
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ZLCdean/vue3-components.git
git@gitee.com:ZLCdean/vue3-components.git
ZLCdean
vue3-components
vue3-components
master

搜索帮助