init project

This commit is contained in:
2021-01-15 17:38:18 +08:00
parent dc16453704
commit 1b4a68e3c2
15 changed files with 278 additions and 177 deletions

15
vue.config.js Normal file
View File

@@ -0,0 +1,15 @@
module.exports = {
publicPath: "/www",
css: {
loaderOptions: {
less: {
// lessOptions: {
javascriptEnabled: true
// }
}
}
},
devServer: {
proxy: "http://localhost:42127"
}
};