Initialized Vue 3 project using Vite
This commit is contained in:
parent
f2a0401601
commit
18f717685a
13 changed files with 1033 additions and 0 deletions
5
web2/.gitignore
vendored
Normal file
5
web2/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
node_modules
|
||||
.DS_Store
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
Reference in a new issue