Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thauska/mind-ar-js-vue

Example of using MindAR in Vue
https://github.com/thauska/mind-ar-js-vue

aframe mindarjs vue vuejs webar webxr

Last synced: 17 days ago
JSON representation

Example of using MindAR in Vue

Awesome Lists containing this project

README

        

# Vue 3 example with MindAR

This is an example project of using [MindAR](https://github.com/hiukim/mind-ar-js) in Vue 3

# Screenshot
![screenshot](https://raw.githubusercontent.com/thauska/mind-ar-js-vue/main/screenshot.png)

# It demonstrates:

1. how to import MindAR as a npm package
2. how to create a component for MindAR in Vue 3

# To run
```
yarn install
```

```
yarn serve
```

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