Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/safrmo/vue-three-boilerplate
- Owner: SaFrMo
- Created: 2021-07-02T19:44:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T14:34:56.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T05:11:05.690Z (about 1 month ago)
- Language: Vue
- Size: 120 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).