1 Star 0 Fork 4

ForeverAct/vuetify thinkpress admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
'use strict'
const path = require('path')
const defaultSettings = require('./src/settings.js')
function resolve(dir) {
return path.join(__dirname, dir)
}
const name = defaultSettings.title
module.exports = {
configureWebpack: {
// provide the app's title in webpack's name field, so that
// it can be accessed in index.html to inject the correct title.
name: name,
resolve: {
alias: {
'@': resolve('src')
}
}
},
transpileDependencies: [
'vuetify'
],
publicPath: '',
productionSourceMap: false,
pwa: {
name: 'Vuetify Thinkpress Admin'
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ForeverAct/vuetify-thinkpress-admin.git
[email protected]:ForeverAct/vuetify-thinkpress-admin.git
ForeverAct
vuetify-thinkpress-admin
vuetify thinkpress admin
master

搜索帮助