+ Here is a the example code:
+
+
\ No newline at end of file
diff --git a/examples/vue/README.md b/examples/vue/README.md
new file mode 100644
index 0000000..0ff7cfd
--- /dev/null
+++ b/examples/vue/README.md
@@ -0,0 +1,20 @@
+# VueJs 3.x Example of a Speed Highlight Component
+
+## Install
+
+```console
+$ pnpm i @speed-highlight/core
+```
+
+## SpeedHighlight.vue
+
+This is a simple component that wraps `speed-highlight` and makes it easier to use in your Vue app.
+It takes two props: `content` & `lang` - and you can include it in your pages like this:
+
+```vue
+