12345678910111213141516171819 |
- /*
- * @Author : yuanrunwei
- * @Date : 2020-06-10 15:38:47
- * @LastEditors: XuTongZhang
- * @LastEditTime: 2020-07-29 10:45:35
- * @FilePath : \batterycloud-admin\vue.config.js
- */
- module.exports = {
- transpileDependencies: [/node_modules[/\\\\](vuex|)[/\\\\]/],
- publicPath: './',
- runtimeCompiler: true,
- productionSourceMap: false,
- devServer: {
- host: '127.0.0.1',
- https: false,
- open: true
- }
- }
|