Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/safrmo/vue-three-boilerplate

Quick Vue component for creating a ThreeJS boilerplate
https://github.com/safrmo/vue-three-boilerplate

Last synced: 6 days ago
JSON representation

Quick Vue component for creating a ThreeJS boilerplate

Awesome Lists containing this project

README

        

# vue-three-boilerplate

This is most useful as a template to copy and paste into your own projects rather than an NPM module. Copy the contents of [`src/ThreeCanvas.vue`](https://raw.githubusercontent.com/SaFrMo/vue-three-boilerplate/main/src/ThreeCanvas.vue) into your project and use as indicated in `src/App.vue`.

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).