Creation of base template (#1)
* Sample template created * added findByName functionality for item * Solve Cors errors and inhibit DefaultExposure * changed project structure * Added frontend
This commit is contained in:
5
frontend/vue.config.js
Normal file
5
frontend/vue.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const { defineConfig } = require('@vue/cli-service')
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: true,
|
||||
runtimeCompiler: true
|
||||
})
|
||||
Reference in New Issue
Block a user