2 Star 1 Fork 2

Ysll / laravel-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 735 Bytes
一键复制 编辑 原始数据 按行查看 历史
NayoAyo 提交于 2019-04-25 16:05 . update vue cli 3
const path = require('path');
function resolve(dir) {
return path.join(__dirname, '', dir);
}
module.exports = {
configureWebpack: config => {
config.resolve.alias = {
'@': resolve('src/main/js/'),
vue$: 'vue/dist/vue.runtime.esm.js'
};
config.entry = {
app: [
'./src/main/js/main.js'
]
};
},
devServer: {
port: 80,
open: process.platform === 'darwin',
https: false,
hotOnly: false,
proxy: {
'/api': {
target: 'http://127.0.0.1:8090',
changeOrigin: true
}
}
},
publicPath: '/',
runtimeCompiler: true
};
PHP
1
https://gitee.com/umr10032/laravel-template.git
git@gitee.com:umr10032/laravel-template.git
umr10032
laravel-template
laravel-template
laravel-5.8

搜索帮助

53164aa7 5694891 3bd8fe86 5694891