Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit cf5d22b

Browse files
committed
📝 Update README.md
1 parent 1bed769 commit cf5d22b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,34 @@ yarn lint
4040
yarn lint --fix
4141
```
4242

43+
## Project structure
44+
45+
Project folders:
46+
> These are the folders that you will frequently change while doing the project
47+
- components
48+
- locales
49+
- pages
50+
- router
51+
- services
52+
- store
53+
- styles
54+
55+
Core folder:
56+
> These are the common features, components, pages,... for the whole project
57+
- api
58+
- components
59+
- constants
60+
- layouts
61+
- middleware
62+
- mixins
63+
- pages
64+
- plugins
65+
- styles
66+
- utils
67+
68+
>Code will be put in the core folder if create a new feature, a new module doesn't make change to that code
69+
70+
4371
### Customize configuration
4472

4573
See [Configuration Reference](https://cli.vuejs.org/config/).

0 commit comments

Comments
 (0)