Init
This commit is contained in:
commit
f90fdc0598
99 changed files with 15260 additions and 0 deletions
7
frontend/vue.config.js
Normal file
7
frontend/vue.config.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
const { defineConfig } = require("@vue/cli-service");
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: true,
|
||||
devServer: {
|
||||
allowedHosts: 'all'
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue