# [Integrations](integrations) / Vue

Using [Vuejs](https://vuejs.org/) and Polygonjs together will give you extract flexibility when integrating your scenes into your websites.

<table>
	<tr>
		<td style="padding:0px">
			<img
				style="margin:0px;padding:0px"
				src="https://github.com/polygonjs/polygonjs-assets/blob/master/tutorials/vue/scene_01.gif?raw=true"
			></img>
		</td>
		<td style="padding:0px">
			<img
				style="margin:0px;padding:0px"
				src="https://github.com/polygonjs/polygonjs-assets/blob/master/tutorials/vue/scene_02.gif?raw=true"
			></img>
		</td>
	</tr>
	<tr>
		<td style="padding:0px">
			<img
				style="margin:0px;padding:0px"
				src="https://github.com/polygonjs/polygonjs-assets/blob/master/tutorials/vue/scene_03.gif?raw=true"
			></img>
		</td>
		<td style="padding:0px">
			<img
				style="margin:0px;padding:0px"
				src="https://github.com/polygonjs/polygonjs-assets/blob/master/tutorials/vue/vue_example.gif?raw=true"
			></img>
		</td>
	</tr>
</table>

The easiest way to start a Vue + Polygonjs project is by using our create cli tool:

<DocCodeBlock npm="npm create polygonjs@latest -t vue" yarn="yarn create polygonjs -t vue"></DocCodeBlock>

Or if you would like you use typescript, you can also use:

<DocCodeBlock npm="npm create polygonjs@latest -t vue-ts" yarn="yarn create polygonjs -t vue-ts"></DocCodeBlock>

And then you can simply follow the prompt, and a starter template will be created for you.

Learn more about our <DocRouterLink bang href="/docs/install/new!" innerText="create cli tool &rarr;"></DocRouterLink>

## Learn more

You have access to a component for each [Vue 2](https://github.com/polygonjs/polygonjs-vue2) and [Vue 3](https://github.com/polygonjs/polygonjs-vue3).

For each, the documentation and examples are in the repositories:

### Vue 2

-   [Live Demo](https://polygonjs.com/vue2)
-   [Component Repository](https://github.com/polygonjs/polygonjs-vue2)
-   [Demo Repository](https://github.com/polygonjs/polygonjs-vue2-example)

### Vue 3

-   [Live Demo](https://polygonjs.com/vue3)
-   [Component Repository](https://github.com/polygonjs/polygonjs-vue3)
-   [Demo Repository](https://github.com/polygonjs/polygonjs-vue3-example)
