# VueJS 3 + ViteJS + ThreeJS I wanted to try to write a lib similar to [react-three-fiber](https://github.com/react-spring/react-three-fiber) but for VueJS. ## PoC I first made a simple *Proof of Concept*, take a look at [Test1.vue](/src/components/Test1.vue) : ```html ``` ## Test git clone https://github.com/troisjs/trois cd trois yarn yarn dev