初始化

This commit is contained in:
qsh
2023-02-15 09:17:05 +08:00
parent eebc6c8e4c
commit a7606b1f20
301 changed files with 23347 additions and 2 deletions

11
.eslintignore Normal file
View File

@@ -0,0 +1,11 @@
# 忽略dist目录下类型为js的文件的语法检查
dist
# 忽略src/assets目录下文件的语法检查
src/static
# 忽略public目录下文件的语法检查
public
# # 忽略当前目录下为js的文件的语法检查
# *.js
# # 忽略当前目录下为vue的文件的语法检查
# *.vue
node_modules