diff --git a/package/Runtime/Vue Project Sample/README.md b/package/Runtime/Vue Project Sample/README.md index da55c9676..30b723d0e 100644 --- a/package/Runtime/Vue Project Sample/README.md +++ b/package/Runtime/Vue Project Sample/README.md @@ -1,6 +1,6 @@ # Vue.js Integration -This sample demonstrates how to integrate the [Vue.js](https://vuejs.org/) frontend framework with Needle Engine. The [vuejs project template](https://github.com/needle-engine/vuejs-sample) is hosted and downloaded from github. +This sample demonstrates how to integrate the [Vue.js](https://vuejs.org/) frontend framework with Needle Engine. Our [vuejs project template](https://github.com/needle-engine/vuejs-sample) is hosted and downloaded from github when you run the scene in Unity. In this sample the needle engine web component is added to the [App.vue](https://github.com/needle-engine/vuejs-sample/blob/0d0e5b265c5dd26a65148fa3a94a0d1d5191e441/src/App.vue#L26) component. The content of the 3D scene integrates seamlessly with the web components: content uses zIndex to be either rendered in front or behind the 3D content.