# three-js-learn **Repository Path**: study_less_shape/three-js-learn ## Basic Information - **Project Name**: three-js-learn - **Description**: threejs练习存档 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-22 - **Last Updated**: 2024-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # threejs-test This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ``` ## Document view Use any proxy server to proxy the `website` folder. ### Example by `serve` First, install [serve](https://www.npmjs.com/package/serve). ```sh npm install -g serve ``` Then, use [serve](https://www.npmjs.com/package/serve) to proxy the folder. ```sh serve website ``` If not error, will get the information below. ``` ┌────────────────────────────────────────────┐ │ │ │ Serving! │ │ │ │ - Local: http://localhost:3000 │ │ - Network: http://169.254.96.159:3000 │ │ │ │ Copied local address to clipboard! │ │ │ └────────────────────────────────────────────┘ ``` Open any of the url.