1 Star 0 Fork 16

Tiyon/vue-component-creater-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 386 Bytes
一键复制 编辑 原始数据 按行查看 历史
shangbin 提交于 2021-10-22 20:19 +08:00 . 支持部分组件懒加载,但未完成支持
const path = require("path");
module.exports = {
css: { extract: false },
chainWebpack: (config) => {
config.resolve.alias.set("vue$", "vue/dist/vue.esm.js");
},
publicPath: process.env.PUBLIC_PATH,
productionSourceMap: false,
pluginOptions: {
quasar: {
importStrategy: "kebab",
rtlSupport: false,
},
},
transpileDependencies: ["quasar"],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/www.tiyon.cn/vue-component-creater-ui.git
[email protected]:www.tiyon.cn/vue-component-creater-ui.git
www.tiyon.cn
vue-component-creater-ui
vue-component-creater-ui
master

搜索帮助