Initialized vue 3 project
This commit is contained in:
parent
3728e2b24f
commit
a1efeaf6f1
13 changed files with 1065 additions and 2 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
node_modules
|
||||
.DS_Store
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
Reference in a new issue