Vuejs

https://vuejs.org/

NPM | npm run dev |npm run watch |npm run prod

npm run dev combines all your Vue components and other JavaScript files into a browser-friendly combined file.

npm run watch does the same, but then it stays active and "watches" for updates to your

npm run prod is slower than npm run watch or dev, because it also makes the code a lot more smaller packet. This is only necessary when your code goes in production

Vuejswith threejs installation

https://vue-gl.github.io/guide/installation.html

Vue devtools

https://github.com/vuejs/vue-devtools