create project vue

This commit is contained in:
Kittapath 2023-03-14 18:48:33 +07:00
parent 243cb707ee
commit 03b6076835
58 changed files with 15606 additions and 1 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"
}