pnpm create vue@latest
All checks were successful
CI / cache-and-install (push) Successful in 50s

This commit is contained in:
严浩
2024-08-04 11:34:25 +08:00
parent ebb7c976ad
commit 90c970bd67
35 changed files with 4953 additions and 0 deletions

7
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"recommendations": [
"Vue.volar",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}