保存进度!
This commit is contained in:
parent
b0b7fa69f6
commit
e16afd1696
@ -1,4 +1,21 @@
|
||||
const { defineConfig } = require('@vue/cli-service')
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: true
|
||||
})
|
||||
/*
|
||||
* @Author: Kane
|
||||
* @Date: 2022-12-17 11:08:18
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2022-12-22 23:47:51
|
||||
* @FilePath: \admin_system\vue.config.js
|
||||
* @Description:
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
*/
|
||||
const { defineConfig } = require('@vue/cli-service');
|
||||
module.exports = defineConfig(
|
||||
{
|
||||
transpileDependencies: true,
|
||||
devServer: {
|
||||
open: true,
|
||||
host: "localhost",
|
||||
port: 8000,
|
||||
}
|
||||
}
|
||||
);
|
||||
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"git.ignoreLimitWarning": true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user