https://github.com/geminate/three-js-learn
Three.js learn project. Load model and add label.
https://github.com/geminate/three-js-learn
threejs
Last synced: about 2 months ago
JSON representation
Three.js learn project. Load model and add label.
- Host: GitHub
- URL: https://github.com/geminate/three-js-learn
- Owner: geminate
- Created: 2019-07-08T02:26:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T21:42:19.000Z (over 3 years ago)
- Last Synced: 2025-03-12T19:40:06.425Z (over 1 year ago)
- Topics: threejs
- Language: JavaScript
- Homepage:
- Size: 5.65 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# three-js-learn
> Three.js learn project. Load model and add label.
## Preview

## 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
```