Skip to content

Commit 390afc8

Browse files
committed
Many problems fixed and nuxt ui added
1 parent 58e21cd commit 390afc8

19 files changed

+13449
-13325
lines changed

frontend/.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

frontend/.prettierrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"useTabs": true,
3+
"tabWidth": 4,
4+
"trailingComma": "none"
5+
}

frontend/.vscode/tasks.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"version": "2.0.0",
3-
"tasks": [
4-
{
5-
"label": "npm run dev",
6-
"type": "npm",
7-
"script": "dev"
8-
},
9-
{
10-
"label": "npm run build",
11-
"type": "npm",
12-
"script": "build"
13-
},
14-
{
15-
"label": "npm run generate",
16-
"type": "npm",
17-
"script": "generate"
18-
},
19-
{
20-
"label": "npm run preview",
21-
"type": "npm",
22-
"script": "preview"
23-
}
24-
]
25-
}
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"label": "npm run dev",
6+
"type": "npm",
7+
"script": "dev"
8+
},
9+
{
10+
"label": "npm run build",
11+
"type": "npm",
12+
"script": "build"
13+
},
14+
{
15+
"label": "npm run generate",
16+
"type": "npm",
17+
"script": "generate"
18+
},
19+
{
20+
"label": "npm run preview",
21+
"type": "npm",
22+
"script": "preview"
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)