# Vue-study **Repository Path**: hubo110/vue-study ## Basic Information - **Project Name**: Vue-study - **Description**: A vue2.x project - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-06 - **Last Updated**: 2021-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # three.js-demo > A Vue.js project ## Tips This demo was built to do some test and study about how to use Three.js in Vue.js project. And there are also some normal examples about front-end development. + Three.js demos are in folder *src/pages/three*. + Normal demos are in folder *src/pages/demo*. + To know about 3D model rendering, please see *src/pages/three/modelRender.vue*. STL files or origin source url are supported. There are some STL files in *static/stl* can be used for testing. ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).