Three.jsをコンポーネント化したBackgroundでCubeが動作するサンプル。
どうしてもコンポーネントにしたい人向け。
Vue(Nuxt)の練習用なので、実用化レベルではありません。
# install dependencies
$ yarn install # Or npm install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
For detailed explanation on how things work, checkout the Nuxt.js docs.