Demo: https://we-fun.github.io/vue-the-aviator/
A Vue.js version of the Aviator:
- https://tympanus.net/codrops/2016/04/26/the-aviator-animating-basic-3d-scene-threejs/
- https://tympanus.net/Tutorials/TheAviator/
- If you were npm-linking
vue-threejs
, don't forget to linkthree
, so there won't be confusing stuffs happened (instanceof not working, threejs-inspector went into a debugger, etc).vue-threejs
should try to handle it as well.
# install dependencies
yarn
# serve with hot reload at localhost:8080
yarn dev
# build for production with minification
yarn build
For detailed explanation on how things work, checkout the guide and docs for vue-loader.