init project
This commit is contained in:
15
vue.config.js
Normal file
15
vue.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
publicPath: "/www",
|
||||
css: {
|
||||
loaderOptions: {
|
||||
less: {
|
||||
// lessOptions: {
|
||||
javascriptEnabled: true
|
||||
// }
|
||||
}
|
||||
}
|
||||
},
|
||||
devServer: {
|
||||
proxy: "http://localhost:42127"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user