# Download vue templates

> Download CoreUI Vue Admin Templates to get the source code that lets you customize and create your vue-based application.

## Source files

Compile CoreUI Vue Admin with your own asset pipeline by downloading our source Sass, and JavaScript files. This option requires some additional tooling:

- Vue, Vue CLI
- Sass compiler for compiling your CSS.

<a href="https://coreui.io/product/free-vue-admin-template/" class="btn btn-primary">Download</a>

<br/>

### PRO Templates
If you have a valid PRO license you can [re-download](https://coreui.io/download) on our website. In case if your license has been expired, or you don't have a PRO license please visit our [website](https://coreui.io/pricing) to buy one.

<a href="https://coreui.io/download/" class="btn btn-primary">Download PRO</a>&nbsp;
<a href="https://coreui.io/pricing/" class="btn btn-primary">Buy PRO</a>

<br/>

### Clone repo

You can also fork [CoreUI Vue Admin Template's repository](https://github.com/coreui/coreui-free-vue-admin-template.git).

```sh
git clone https://github.com/coreui/coreui-free-vue-admin-template.git my-project
```

If you have a valid Enterprise subscription you can fork CoreUI PRO Bootstrap Admin Template's repository.

```sh
git clone https://github.com/coreui/coreui-pro-vue-admin-template.git my-project
```
