添加前端页面

This commit is contained in:
qaiu
2023-07-31 03:21:39 +08:00
parent 7d1cb5b5c1
commit 214eaed56a
10 changed files with 11447 additions and 3 deletions

5
web-front/vue.config.js Normal file
View File

@@ -0,0 +1,5 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave: false
})