You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@ the [VueJS documentation](https://v3.vuejs.org/guide/introduction.html).
6
6
7
7
## Why?
8
8
I love Vue3 documentation, but sometimes I just want to figure out how to do X or Y quickly. These examples serve as
9
-
a quick reference (cheatsheet) that allows us to do it. Moreover, it also gives an overview of the essential features of
9
+
a quick reference (cheatsheet) that allows us to do it. Moreover, it gives an overview of the essential features of
10
10
Vue3.
11
11
12
12
## How to use it?
13
13
The examples are hosted at - https://vue3examples.netlify.app/HelloWorld
14
14
15
15
You can customize this project for your own uses. To add new examples:
16
16
1. Go to `src/views/[category]` and add a Vue file to it.
17
-
2. If your example contains more than one Vue files, create a new folder and add the Vue files to it.
18
-
3. Name your example vue files and folders in a PascalCase format. e.g: `HelloWorld.vue`, `HelloWorld2.vue`, `HelloWorld3.vue`
17
+
2. If your example contains multiple Vue files, create a new folder and add them to it.
18
+
3. Name your example vue files and folders in a PascalCase format. e.g: `HelloWorld.vue`, `src/views/styles/ScopedStyles/ScopedStyles.vue`, `src/views/styles/ScopedStyles/ScopedStylesChild.vue`.
19
19
4. The examples will be automatically added to the sidebar.
0 commit comments