Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 917 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 917 Bytes

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.