feat: init fronted

This commit is contained in:
2025-09-19 00:02:19 +08:00
parent 64039a90f3
commit 34b0e69ccc
17 changed files with 2309 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave:false
})