@alexpetercharles/vue3-three-component

threejs component for vue3

Usage no npm install needed!

<script type="module">
  import alexpetercharlesVue3ThreeComponent from 'https://cdn.skypack.dev/@alexpetercharles/vue3-three-component';
</script>

README

vue3 Three.js Component

This is a Vue Component for simple and lightweight integration of Three.js Scenes in Vue3 Applications.

📝 Table of Contents

🧐 About

I was looking for an integration of three.js Scenes in my Vue3 Application which required only minimal changes to Three.js Scripts since those scripts were sometimes developed outside of Vue.

🏁 Getting Started

Prerequisites

Required dependencies:

Installing

npm i @alexpetercharles/vue3-three-component

How to use ?!

Check out the Example

⛏️ Built Using