An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 3d-viewer-vue

A basic configuration for load a 3D viewer with Vue3 and Three.js

![3D Viewer](https://github.com/ncdev2015/3DViewerThreejs-Vue3/blob/master/src/assets/demo.png)

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