Client Directory Structure

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
+---src
| | App.vue
| | config.js
| | main.js
| |
| +---assets
| | .gitkeep
| |
| +---components
| | |
| | \---modal
| |
| +---filters
| | index.js
| |
| +---i18n
| | fr.js
| |
| +---mixins
| | basic.js
| |
| +---pages
| | |
| | +---account
| | |
| | +---admin
| | | | index.vue
| | | |
| | | +---address
| | | | index.vue
| | | | _id.vue
| | | |
| | | +---brands
| | | | index.vue
| | | | _id.vue
| | | |
| | | +---categories
| | | | index.vue
| | | |
| | | +---coupons
| | | | index.vue
| | | | _id.vue
| | | |
| | | +---features
| | | | index.vue
| | | | _id.vue
| | | |
| | | +---media
| | | | index.vue
| | | |
| | | +---orders
| | | | index.vue
| | | | manage.vue
| | | |
| | | +---products
| | | | index.vue
| | | |
| | | +---reviews
| | | | index.vue
| | | | manage.vue
| | | |
| | | +---shippings
| | | | index.vue
| | | | _id.vue
| | | |
| | | +---users
| | | | index.vue
| | | | _id.vue
| | | |
| | | \---wishlist
| | | index.vue
| | |
| | |
| | \---_slug
| | _id.vue
| |
| +---router
| | index.js
| |
| \---store
|
\---static
| manifest.json
| product-placeholder.png
+---icons
\---uploads
\---thumb