https://github.com/ncdev2015/loadobjfiles-threejs-vue2
https://github.com/ncdev2015/loadobjfiles-threejs-vue2
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ncdev2015/loadobjfiles-threejs-vue2
- Owner: ncdev2015
- Created: 2022-06-30T03:44:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T03:55:35.000Z (about 4 years ago)
- Last Synced: 2025-01-12T09:43:27.921Z (over 1 year ago)
- Language: JavaScript
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoadObjFiles-Threejs-Vue2
A basic example to load and show 3D object files (.obj) to scene

## Requirements
```
> Node 12.22
> Vue 2
```
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).