# Vue-ThreeJs **Repository Path**: tsingtsi/Vue-ThreeJs ## Basic Information - **Project Name**: Vue-ThreeJs - **Description**: vue实现简单的ThreeJs功能 - **Primary Language**: JavaScript - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2022-11-07 - **Last Updated**: 2022-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue-ThreeJs #### 介绍 vue实现简单的ThreeJs功能 #### 软件架构 vue+three.js #### 使用说明 ```shell # 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 ```