Skip to content

we-fun/vue-the-aviator

Repository files navigation

vue-the-aviator

Demo: https://we-fun.github.io/vue-the-aviator/

A Vue.js version of the Aviator:

Heads up!

  1. If you were npm-linking vue-threejs, don't forget to link three, 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.

Build Setup

# 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.