https://github.com/achrovisual/web-ar-study
AR.js implementation using A-Frame and Three.js with Vue.
https://github.com/achrovisual/web-ar-study
Last synced: 4 months ago
JSON representation
AR.js implementation using A-Frame and Three.js with Vue.
- Host: GitHub
- URL: https://github.com/achrovisual/web-ar-study
- Owner: achrovisual
- Created: 2024-02-27T07:35:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T06:56:20.000Z (about 2 years ago)
- Last Synced: 2025-08-20T06:30:40.668Z (10 months ago)
- Language: Vue
- Homepage:
- Size: 26.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-template
## 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/).