https://github.com/ncdev2015/3dviewerthreejs-vue3
A basic setup for 3D projects using Vue3 and Three.js
https://github.com/ncdev2015/3dviewerthreejs-vue3
Last synced: 3 months ago
JSON representation
A basic setup for 3D projects using Vue3 and Three.js
- Host: GitHub
- URL: https://github.com/ncdev2015/3dviewerthreejs-vue3
- Owner: ncdev2015
- Created: 2021-12-04T09:03:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T16:08:51.000Z (about 4 years ago)
- Last Synced: 2025-03-01T18:45:56.370Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3d-viewer-vue
A basic configuration for load a 3D viewer with Vue3 and Three.js

## 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/).