1.0.8 • Published 1 month ago

w-threejs-vue v1.0.8

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

w-threejs-vue

A vue component for three.js.

language language npm version license gzip file size 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.8/dist/w-threejs-vue.umd.js"></script>
1.0.8

1 month ago

1.0.7

1 month ago

1.0.6

2 months ago

1.0.5

2 months ago

1.0.4

3 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago