Skip to content

Commit 4751bf7

Browse files
committed
Integrate vue 3
1 parent 13d2438 commit 4751bf7

File tree

12 files changed

+3847
-14644
lines changed

12 files changed

+3847
-14644
lines changed

.gitignore

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,10 @@ yarn-error.log*
77
pnpm-debug.log*
88
lerna-debug.log*
99

10-
# Output
1110
node_modules
1211
dist
1312
dist-ssr
1413
*.local
15-
artifacts
16-
coverage
17-
18-
# CI
19-
.jenkins
20-
junit.xml
2114

2215
# Editor directories and files
2316
.vscode/*
@@ -29,4 +22,7 @@ junit.xml
2922
*.njsproj
3023
*.sln
3124
*.sw?
32-
node_modules
25+
26+
# Config files
27+
.webextrc
28+
.webextrc.*

0 commit comments

Comments
 (0)