# ThreeVue **Repository Path**: ueiv/three-vue ## Basic Information - **Project Name**: ThreeVue - **Description**: 结合Vue、Threejs、ElementUI,将Threejs官方的Demo再用Vue的方法实现一遍 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 2 - **Created**: 2021-01-08 - **Last Updated**: 2024-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # threevue > A Vue.js project ## 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 # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test ``` 1. nodejs的版本为14.0.0,高版本的nodejs可能无法进行编译,亲测18版本无法编译 2. 首先在项目根目录使用命令行npm i下载依赖包后 3. 本人使用webstorm进行开发的,一般可直接在package.json文件的scripts内找到运行命令,然后使用npm run dev进行调试编译, 4. 路由地址访问http://localhost:8080/#/three/可显示效果,具体地址可参考/src/router/文件夹内的js文件 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).