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

8
.prettierrc.json Normal file
View File

@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}