This is a Proof-Of-Concept integration of Vue.js and Three.js. I have converted the Three.js Trackball Control Example to a Vue/Vuex application and added some additional UI sugar on top.
Install dependencies:
npm install
Run the development server with hot module replacement:
npm run dev
Build the application for production:
npm run build
Preview the production build locally:
npm run preview
Run ESLint to check code quality:
npm run lint