We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db63f0 commit ff60822Copy full SHA for ff60822
README.md
@@ -28,18 +28,18 @@ Below is what I use to construct this project:
28
29
```txt
30
typescript-vue-practice/
31
-├─ public/
32
-└─ src/
33
- └─ assets/
34
- └─ components/
35
- └─ data/
36
- └─ enums/
37
- └─ pages/
38
- └─ plugins/
39
- └─ types/
40
-└─ tests/
41
- └─ e2e
42
- └─ unit
+ ├─ public/
+ └─ src/
+ └─ assets/
+ └─ components/
+ └─ data/
+ └─ enums/
+ └─ pages/
+ └─ plugins/
+ └─ types/
+ └─ tests/
+ └─ e2e
+ └─ unit
43
```
44
45
# Initialize the project
0 commit comments