1.0.9 • Published 1 year ago

w-threejs-vue v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

w-threejs-vue

A vue component for three.js.

language language npm version license npm download npm download jsdelivr download

Documentation

To view documentation or get support, visit docs.

Example

To view some examples for more understanding, visit examples:

all examples: web [source code]

Installation

Using npm(ES6 module):

Note: w-threejs-vue is mainly dependent on three, camera-controls, w-component-vue and wsemi.

npm i w-threejs-vue

In a browser(UMD module):

Note: w-threejs-vue is mainly dependent on vue.

Note: umd file includes with lodash-es and wsemi, by using tree-shaking for dead-code elimination.

Necessary Add script for vue.

<script src="https://cdn.jsdelivr.net/npm/vue@2.x/dist/vue.min.js"></script>

Necessary Add script for w-threejs-vue.

<script src="https://cdn.jsdelivr.net/npm/w-threejs-vue@1.0.9/dist/w-threejs-vue.umd.js"></script>
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago